hassio-addons/addon-nginx-proxy-manager

If you have trouble using Studio Code Server via Nginx Proxy Manager and HTTPS, do this.

avwuff opened this issue · 2 comments

Just putting this here in case others have this issue.

In your Proxy Host, go to Custom Locations and put this in:
Location: /api/hassio_ingress/
Scheme: http
Forwarding location: homeassistant/api/hassio_ingress/
Port: 8123

Click the Cog and in the Advanced type:

proxy_set_header Host $http_host;
proxy_set_header Origin "";

image

Closing this, as this is not an issue that needs to be resolved.

../Frenck