From aa6a84090ad9005e85364a7fa207f562903cdd3f Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 3 Feb 2023 11:39:50 +0000 Subject: [PATCH] Completing proxy pass url with a hash --- scripts/nginx_config_create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nginx_config_create.sh b/scripts/nginx_config_create.sh index f626041..5cc050f 100755 --- a/scripts/nginx_config_create.sh +++ b/scripts/nginx_config_create.sh @@ -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