Add sub_filter for server path in ingress.conf

This commit is contained in:
Alexandre
2026-02-17 15:41:46 +01:00
committed by GitHub
parent e35a059a87
commit f87480ca86

View File

@@ -21,6 +21,7 @@ server {
sub_filter '/img/' '%%ingress_entry%%/img/';
sub_filter '/lib/' '%%ingress_entry%%/lib/';
sub_filter '/php/' '%%ingress_entry%%/php/';
sub_filter '"/server' '"%%ingress_entry%%/server';
# Next three lines allow websockets
proxy_http_version 1.1;