Files
cicd/playbooks/roles/nginx-reconfigure/files/nginx/proxy_common.conf
2025-07-20 14:53:12 +03:00

3 lines
123 B
Plaintext

proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Real-IP $remote_addr;