diff --git a/nginx/generate-config b/nginx/generate-config index e4c6ce2..d9a0486 100755 --- a/nginx/generate-config +++ b/nginx/generate-config @@ -24,7 +24,7 @@ LOCATIONS=$( generate_location "/metrics/$name" "http://$name:$port/metrics" done [ -n "$THRIMBLETRIMMER" ] && - echo -e "\t\tlocation = / { return 301 /thrimbletrimmer/dashboard.html; }" && + echo -e "\t\tlocation = / { return 301 /thrimbletrimmer/; }" && echo -e "\t\tlocation /thrimbletrimmer { }" [ -n "$SEGMENTS" ] && echo -e "\t\tlocation /segments/ { alias $SEGMENTS/; }"