Delete traefik.yaml
This commit is contained in:
parent
47ad1e6491
commit
34e5c28586
49
traefik.yaml
49
traefik.yaml
@ -1,49 +0,0 @@
|
|||||||
api:
|
|
||||||
dashboard: true
|
|
||||||
debug: true
|
|
||||||
entryPoints:
|
|
||||||
http:
|
|
||||||
address: ":80"
|
|
||||||
http:
|
|
||||||
# middlewares: # uncomment if using CrowdSec - see my video
|
|
||||||
# - crowdsec-bouncer@file
|
|
||||||
redirections:
|
|
||||||
entrypoint:
|
|
||||||
to: https
|
|
||||||
scheme: https
|
|
||||||
https:
|
|
||||||
address: ":443"
|
|
||||||
# http:
|
|
||||||
# middlewares: # uncomment if using CrowdSec - see my video
|
|
||||||
# - crowdsec-bouncer@file
|
|
||||||
# tcp:
|
|
||||||
# address: ":10000"
|
|
||||||
# apis:
|
|
||||||
# address: ":33073"
|
|
||||||
serversTransport:
|
|
||||||
insecureSkipVerify: true
|
|
||||||
providers:
|
|
||||||
docker:
|
|
||||||
endpoint: "unix:///var/run/docker.sock"
|
|
||||||
exposedByDefault: false
|
|
||||||
file:
|
|
||||||
filename: /config.yaml # example provided gives A+ rating https://www.ssllabs.com/ssltest/
|
|
||||||
certificatesResolvers:
|
|
||||||
cloudflare:
|
|
||||||
acme:
|
|
||||||
# caServer: https://acme-v02.api.letsencrypt.org/directory # production (default)
|
|
||||||
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory # staging (testing)
|
|
||||||
email: jeremymigonis@gmail.com # Cloudflare email (or other provider)
|
|
||||||
storage: acme.json
|
|
||||||
dnsChallenge:
|
|
||||||
provider: cloudflare # change as required
|
|
||||||
# disablePropagationCheck: true # Some people using Cloudflare note this can solve DNS propagation issues.
|
|
||||||
resolvers:
|
|
||||||
- "1.1.1.1:53"
|
|
||||||
- "1.0.0.1:53"
|
|
||||||
|
|
||||||
log:
|
|
||||||
level: "INFO"
|
|
||||||
filePath: "/var/log/traefik/traefik.log"
|
|
||||||
accessLog:
|
|
||||||
filePath: "/var/log/traefik/access.log"
|
|
||||||
Loading…
Reference in New Issue
Block a user