mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix
This commit is contained in:
parent
8fb2561dd4
commit
9cd5b4b2f2
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
||||||
location / {
|
# see https://github.com/home-assistant/addons/blob/master/nginx_proxy/data/nginx.conf
|
||||||
|
|
||||||
if ($scheme = http) {
|
location / {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
proxy_pass http://localhost:__PORT__;
|
proxy_pass http://localhost:__PORT__;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_redirect http:// https://;
|
proxy_redirect http:// https://;
|
||||||
|
|
Loading…
Add table
Reference in a new issue