This commit is contained in:
Artur 2024-10-04 17:16:11 +02:00
parent d2c2fb2996
commit 3a6e62dd5d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ server {
location / {
proxy_pass http://zaklik:8085;
proxy_pass http://arti-angular-app:4200;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;