rename ass
This commit is contained in:
@@ -2,27 +2,14 @@ global:
|
||||
checkNewVersion: false
|
||||
sendAnonymousUsage: false
|
||||
|
||||
# -- (Optional) Change Log Level and Format here...
|
||||
# - loglevels [DEBUG, INFO, WARNING, ERROR, CRITICAL]
|
||||
# - format [common, json, logfmt]
|
||||
# log:
|
||||
# level: ERROR
|
||||
# format: common
|
||||
# filePath: /var/log/traefik/traefik.log
|
||||
|
||||
# -- (Optional) Enable Accesslog and change Format here...
|
||||
# - format [common, json, logfmt]
|
||||
accesslog:
|
||||
# format: common
|
||||
filePath: /var/log/traefik/access.log
|
||||
|
||||
# -- (Optional) Enable API and Dashboard here, don't do in production
|
||||
api:
|
||||
dashboard: true
|
||||
disableDashboardAd: true
|
||||
insecure: true
|
||||
|
||||
# -- Change EntryPoints here...
|
||||
entryPoints:
|
||||
web:
|
||||
address: :80
|
||||
@@ -97,5 +84,19 @@ http:
|
||||
trustForwardHeader: true
|
||||
|
||||
|
||||
routers:
|
||||
saopaulo-router:
|
||||
rule: "Host(`dev.local`)"
|
||||
service: saopaulo-service
|
||||
entryPoints:
|
||||
- websecure
|
||||
tls:
|
||||
certResolver: production
|
||||
|
||||
services:
|
||||
saopaulo-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://10.5.0.1:8888"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user