mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 01:48:16 +01:00
Update ingress.gtpl
This commit is contained in:
@@ -4,7 +4,7 @@ server {
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass {{ .protocol }}://backend;
|
||||
proxy_pass {{ .protocol }}://backend/;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user