proxy_redirecthttp://https://; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; } } 这里proxy_pass 指向的是 HA server 的地址,注意如果没打开 https, 需要更新协议。我...
If I try to openhttp://smash-the-like.duckdns.orgthe request will be converted to secure https connection and I will open my Home Assistant. This is very convenient as it will not matter whether you typehttporhttpswhen you try to reach your Home Assistant from the outside. If from my...