diff --git a/remote/nginx-snippet.conf b/remote/nginx-snippet.conf index 44d84fb..3a30c0f 100644 --- a/remote/nginx-snippet.conf +++ b/remote/nginx-snippet.conf @@ -6,4 +6,6 @@ location /static/ { location / { proxy_pass http://copanier/; + proxy_set_header Host $host; + proxy_set_header X-Forwarded-For $remote_addr; }