Update ingress.conf

This commit is contained in:
Alexandre
2022-08-29 11:12:22 +02:00
committed by GitHub
parent 9635c9f13f
commit 23219e78e0

View File

@@ -43,7 +43,7 @@ server {
# Correct url without port when using https
sub_filter_once off;
sub_filter_types *;
sub_filter http://$host/ $x_scheme://$host$x_port/;
#sub_filter http://$host/ $x_scheme://$host$x_port/;
sub_filter http://$host$x_port/ $x_scheme://$host$x_port/;
sub_filter https://$host/ https://$host$x_port/;