Update ingress.conf

This commit is contained in:
Alexandre
2022-08-27 23:40:15 +02:00
committed by GitHub
parent 669c90a02d
commit bd2beeaa8c

View File

@@ -47,8 +47,6 @@ server {
proxy_set_header X-Forwarded-Proto $x_scheme;
# Correct url without port when using https
sub_filter_once off;
sub_filter_types *;
sub_filter https://$host/ $x_scheme://$host$x_port/;
sub_filter http://$host/ $x_scheme://$host$x_port/;
}