Fix redirect port when route_tls_termination_mechanism: passthrough (#1475)

Fixes #1474
This commit is contained in:
Chi Cuong HA
2023-06-30 23:06:55 +02:00
committed by GitHub
parent d61a01321f
commit cbdbeb790b

View File

@@ -135,7 +135,7 @@ data:
server_name _;
# Redirect all HTTP links to the matching HTTPS page
return 301 https://$host$request_uri;
return 301 https://$host:8053$request_uri;
}
{% endif %}