Save original traefik.yml from old zlh-zpack-proxy (1004)
This commit is contained in:
parent
3519c82bdd
commit
e6c02002f7
78
SCRATCH/traefik/traefik.yml-old
Normal file
78
SCRATCH/traefik/traefik.yml-old
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
##############################################################
|
||||||
|
# ♦ ZeroLagHub - Traefik Proxy (Default-Port Model)
|
||||||
|
##############################################################
|
||||||
|
|
||||||
|
global:
|
||||||
|
checkNewVersion: false
|
||||||
|
sendAnonymousUsage: false
|
||||||
|
|
||||||
|
##############################################################
|
||||||
|
# ♦ EntryPoints
|
||||||
|
##############################################################
|
||||||
|
|
||||||
|
entryPoints:
|
||||||
|
# --- Web / Dashboard ---
|
||||||
|
web:
|
||||||
|
address: ":80"
|
||||||
|
http:
|
||||||
|
redirections:
|
||||||
|
entryPoint:
|
||||||
|
to: websecure
|
||||||
|
scheme: https
|
||||||
|
|
||||||
|
websecure:
|
||||||
|
address: ":443"
|
||||||
|
|
||||||
|
entryPoints:
|
||||||
|
webide:
|
||||||
|
address: ":8001"
|
||||||
|
|
||||||
|
##############################################################
|
||||||
|
# ♦ Providers
|
||||||
|
##############################################################
|
||||||
|
|
||||||
|
providers:
|
||||||
|
file:
|
||||||
|
directory: /etc/traefik/dynamic
|
||||||
|
watch: true
|
||||||
|
|
||||||
|
##############################################################
|
||||||
|
# ♦ API + Dashboard
|
||||||
|
##############################################################
|
||||||
|
|
||||||
|
api:
|
||||||
|
dashboard: true
|
||||||
|
insecure: true # secure behind internal VPN only
|
||||||
|
|
||||||
|
##############################################################
|
||||||
|
# ♦ Certificates (Wildcard)
|
||||||
|
##############################################################
|
||||||
|
|
||||||
|
certificatesResolvers:
|
||||||
|
zpackv2:
|
||||||
|
acme:
|
||||||
|
email: cert@zerolaghub.com
|
||||||
|
storage: /etc/traefik/acme.json
|
||||||
|
dnsChallenge:
|
||||||
|
provider: cloudflare
|
||||||
|
resolvers:
|
||||||
|
- "1.1.1.1:53"
|
||||||
|
- "8.8.8.8:53"
|
||||||
|
|
||||||
|
##############################################################
|
||||||
|
# ♦ Default Transport (STATIC)
|
||||||
|
##############################################################
|
||||||
|
|
||||||
|
serversTransport:
|
||||||
|
insecureSkipVerify: true
|
||||||
|
|
||||||
|
##############################################################
|
||||||
|
# ♦ Logging
|
||||||
|
##############################################################
|
||||||
|
|
||||||
|
log:
|
||||||
|
level: DEBUG
|
||||||
|
filePath: /var/log/traefik/traefik.log
|
||||||
|
|
||||||
|
accessLog:
|
||||||
|
filePath: /var/log/traefik/access.log
|
||||||
Loading…
Reference in New Issue
Block a user