Completing proxy pass url with a hash

This commit is contained in:
2023-02-03 11:39:50 +00:00
parent 853755533a
commit aa6a84090a

View File

@@ -83,7 +83,7 @@ add_location() {
fi
if [[ "$ALP_LOCAL_PORT" != "" ]]; then
echo " proxy_pass http://$ALP_LOCAL_NAME:$ALP_LOCAL_PORT;"
echo " proxy_pass http://$ALP_LOCAL_NAME:$ALP_LOCAL_PORT/;"
else
echo " proxy_pass http://$ALP_LOCAL_NAME:80;"
fi