This commit is contained in:
TDLaouer 2025-07-13 19:35:55 +02:00
parent 1c41adbfd0
commit 8b3d8d4c98

View File

@ -21,7 +21,7 @@ server {
# Proxy pass all other requests to Gunicorn (or uWSGI)
location / {
proxy_pass http://web:8001; # Gunicorn/WSGI server address
proxy_pass http://web:8001/; # Gunicorn/WSGI server address
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;