mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-02 22:33:05 +00:00
Update Traefik config
This commit is contained in:
parent
145a62f0aa
commit
5e6c809b53
2 changed files with 5 additions and 4 deletions
|
@ -5,8 +5,6 @@ http:
|
|||
# Uncomment following line and replace SERVER_NAME!
|
||||
# rule: Host(`SERVER_NAME`)
|
||||
service: advlabdb
|
||||
tls:
|
||||
certResolver: le
|
||||
|
||||
services:
|
||||
advlabdb:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
global:
|
||||
checkNewVersion: false
|
||||
sendAnonymousUsage: true
|
||||
sendAnonymousUsage: false
|
||||
|
||||
log:
|
||||
filePath: /volumes/logs/traefik.log
|
||||
|
@ -18,6 +18,9 @@ entryPoints:
|
|||
|
||||
websecure:
|
||||
address: :443
|
||||
http:
|
||||
tls:
|
||||
certResolver: le
|
||||
|
||||
certificatesResolvers:
|
||||
le:
|
||||
|
@ -29,7 +32,7 @@ certificatesResolvers:
|
|||
|
||||
accessLog:
|
||||
filePath: /volumes/logs/access.log
|
||||
bufferingSize: 100
|
||||
bufferingSize: 128
|
||||
|
||||
providers:
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue