title: 'Mini task: Configure Hue with a Proxy' author: admin type: post date: 2015-08-28T22:05:50+00:00 url: /mini-task-configure-hue-with-a-proxy/ sf_thumbnail_type:
We explained how to run Hue with NGINX serving the static files or under Apache. If you use another proxy, you might need to set these options:
{{< highlight bash >}}[desktop]
# Enable X-Forwarded-Host header if the load balancer requires it.
use_x_forwarded_host=false
# Support for HTTPS termination at the load-balancer level with SECURE_PROXY_SSL_HEADER.
secure_proxy_ssl_header=false
{{< /highlight >}}