_traefik templates
This commit is contained in:
parent
7dcdc2d8db
commit
70050427d0
14 changed files with 264 additions and 12 deletions
|
@ -15,6 +15,18 @@
|
|||
watch: true
|
||||
|
||||
entryPoints:
|
||||
plex:
|
||||
address: ':32400'
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- "127.0.0.1/32"
|
||||
- "172.16.0.0/12"
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: 'websecure'
|
||||
scheme: 'https'
|
||||
|
||||
web:
|
||||
address: ':80'
|
||||
forwardedHeaders:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue