Update ingress.conf

This commit is contained in:
Alexandre
2022-07-25 10:59:37 +02:00
committed by GitHub
parent 454640a0f0
commit 72f19ebc2b

View File

@@ -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;