aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose/config/nginx/proxy_params
blob: ab092a98f3077e803558969c0ccf10574ec418bf (plain)
1
2
3
4
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;