@@ -30,6 +30,8 @@ http {
location / {
proxy_pass http://hue;
+ proxy_set_header Host $http_host;
+ proxy_set_header X-Forwarded-For $remote_addr;
}
location /static/ {