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