Update 90-ingress.sh

This commit is contained in:
Alexandre
2026-01-16 14:19:02 +01:00
committed by GitHub
parent 063b9f0d7c
commit 547b8da7e2

View File

@@ -22,6 +22,7 @@ sed -i '/proxy_buffering/a sub_filter_once off;' "${NGINX_CONFIG}"
sed -i '/proxy_buffering/a sub_filter_types *;' "${NGINX_CONFIG}"
sed -i '/proxy_buffering/a sub_filter "vnc/index.html?autoconnect" "vnc/index.html?path=%%path%%/websockify?autoconnect";' "${NGINX_CONFIG}"
sed -i "s|location SUBFOLDER|location /|g" "${NGINX_CONFIG}"
sed -i "s|%%path%%|${SUBFOLDER}|g" "${NGINX_CONFIG}"
sed -i "s|SUBFOLDER|${SUBFOLDER}|g" "${NGINX_CONFIG}"
# Enable ingress