traefik: going back to file provider configu
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
traefik:
|
traefik:
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- --api.insecure=true
|
- --api.insecure=true
|
||||||
- --entrypoints.websecure.middlewares.cloudflarewarp.plugin.cloudflarewarp.disableDefault=false
|
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
redirections:
|
redirections:
|
||||||
@@ -37,6 +36,17 @@ traefik:
|
|||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
|
providers:
|
||||||
|
file:
|
||||||
|
enabled: true
|
||||||
|
watch: true
|
||||||
|
content: |
|
||||||
|
http:
|
||||||
|
middlewares:
|
||||||
|
cloudflarewarp:
|
||||||
|
plugin:
|
||||||
|
cloudflarewarp:
|
||||||
|
disableDefault: false
|
||||||
experimental:
|
experimental:
|
||||||
plugins:
|
plugins:
|
||||||
cloudflarewarp:
|
cloudflarewarp:
|
||||||
|
|||||||
Reference in New Issue
Block a user