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