fix proxy host header in addsubdomain nginx config
This commit is contained in:
parent
9cc158336b
commit
2e62c1b33b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user