Update 30-nginx

This commit is contained in:
Alexandre
2021-04-03 07:25:15 +02:00
committed by GitHub
parent ac00a3afe3
commit 0947ba0a52

View File

@@ -37,4 +37,4 @@ sed -i "s/%%interface%%/${ingress_interface}/g" /etc/nginx/servers/ingress.conf
# allow true url for ingress
grep -rl '/api/' /app | xargs sed -i 's|/api/|api/|g' || true
grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true
#grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true