checkpoint

This commit is contained in:
2024-04-13 09:59:12 +03:00
parent 1a19764637
commit e80bd291c5
2 changed files with 14 additions and 7 deletions

View File

@ -25,7 +25,7 @@ server {
proxy_hide_header 'Access-Control-Allow-Methods';
add_header 'Access-Control-Allow-Methods' '*' always;
proxy_pass https://backend:8000;
proxy_pass http://backend:8000/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;