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