nginx.conf

This commit is contained in:
Shihaam Abdul Rahman 2025-02-12 23:10:28 +05:00
parent fea31cd651
commit 5d34d4c883
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -12,7 +12,7 @@ server {
# Forward requests to Gunicorn
location / {
proxy_pass http://api:5000;
proxy_pass http://portal-api:5000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;