fix proxy host header in addsubdomain nginx config

This commit is contained in:
2024-01-27 22:51:46 +01:00
parent 9cc158336b
commit 2e62c1b33b

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;