This commit is contained in:
Artur 2024-10-03 19:22:35 +02:00
parent 9553af1813
commit 9e0a26157f
1 changed files with 1 additions and 1 deletions

View File

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