Update ingress.gtpl

This commit is contained in:
Alexandre
2021-05-06 14:40:33 +02:00
committed by GitHub
parent 9ab1ffa37f
commit 5fcfabb977

View File

@@ -4,7 +4,7 @@ server {
include /etc/nginx/includes/proxy_params.conf; include /etc/nginx/includes/proxy_params.conf;
location / { location / {
proxy_pass {{ .protocol }}://backend; proxy_pass {{ .protocol }}://backend/;
} }
} }