1
0
Fork 0

fix: debug endpoint when insecure API.

This commit is contained in:
Ludovic Fernandez 2019-12-04 15:28:07 +01:00 committed by Traefiker Bot
parent bc063ad773
commit ddbf4470a1
3 changed files with 18 additions and 0 deletions

View file

@ -21,6 +21,14 @@
"rule": "PathPrefix(`/`)",
"priority": 2147483645
},
"debug": {
"entryPoints": [
"traefik"
],
"service": "api@internal",
"rule": "PathPrefix(`/debug`)",
"priority": 2147483646
},
"ping": {
"entryPoints": [
"test"