From 7c67665a68af9fb27f9ec1c25214137e4ca7f8e0 Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 7 Dec 2023 08:46:41 -0700 Subject: [PATCH] goStatic -vhost '' --- shared/bin/service_check_passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/bin/service_check_passthrough.sh b/shared/bin/service_check_passthrough.sh index 53005ca41..3e63a57a4 100755 --- a/shared/bin/service_check_passthrough.sh +++ b/shared/bin/service_check_passthrough.sh @@ -159,7 +159,7 @@ EOF fi # json vs http if command -v goStatic >/dev/null 2>&1; then - goStatic -path "$(pwd)" -fallback "index.html" -port $PORT + goStatic -vhost "" -path "$(pwd)" -fallback "index.html" -port $PORT elif command -v python3 >/dev/null 2>&1; then python3 -m http.server --bind 0.0.0.0 $PORT elif command -v python >/dev/null 2>&1; then