Skip to content

Commit edc2a46

Browse files
committed
dashboard/app: fix up pprof handlers access
The url pattern needs to include all debug/.* subpaths, not just debug page itself.
1 parent 66849ad commit edc2a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/app/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ handlers:
2626
static_dir: dashboard/app/static
2727
secure: always
2828
# debug is for net/http/pprof handlers.
29-
- url: /(admin|debug|cron/.*)
29+
- url: /(admin|debug/.*|cron/.*)
3030
script: auto
3131
login: admin
3232
secure: always

0 commit comments

Comments
 (0)