fix proxy host header in addsubdomain nginx config

This commit is contained in:
fram3d 2024-01-27 22:51:46 +01:00
parent 9cc158336b
commit 2e62c1b33b
Signed by: fram3d
GPG Key ID: 938920E709EEA32A

View File

@ -14,7 +14,7 @@ server {
location / {
proxy_set_header Host azuracast.dckrov.rs;
proxy_set_header Host subdomain.dmz.rs;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;