mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 18:08:16 +01:00
Update ingress.conf
This commit is contained in:
@@ -47,8 +47,8 @@ server {
|
||||
# Correct url without port when using https
|
||||
sub_filter_once off;
|
||||
sub_filter_types *;
|
||||
proxy_redirect http://$host/ $x_scheme://$x_host$x_port/;
|
||||
proxy_redirect $x_scheme://$host/ $x_scheme://$x_host$x_port/;
|
||||
sub_filter http://$host/ $x_scheme://$x_host$x_port/;
|
||||
sub_filter $x_scheme://$host/ $x_scheme://$x_host$x_port/;
|
||||
|
||||
location / {
|
||||
allow 172.30.32.2;
|
||||
|
||||
Reference in New Issue
Block a user