1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00
This commit is contained in:
ewilly 2021-11-25 20:47:57 +01:00
parent 8fb2561dd4
commit 9cd5b4b2f2

View file

@ -1,9 +1,6 @@
location / {
# see https://github.com/home-assistant/addons/blob/master/nginx_proxy/data/nginx.conf
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
location / {
proxy_pass http://localhost:__PORT__;
proxy_set_header Host $host;
proxy_redirect http:// https://;