Skip to content

Commit

Permalink
goStatic -vhost ''
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 7, 2023
1 parent f345c7b commit 7c67665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/service_check_passthrough.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c67665

Please sign in to comment.