Suport full/httponly traefik
This commit is contained in:
parent
b8d421155b
commit
6a51e72ef1
5 changed files with 60 additions and 4 deletions
32
_traefik/static.httponly.yml
Normal file
32
_traefik/static.httponly.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
# log:
|
||||
# level: INFO
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
insecure: true
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
watch: true
|
||||
exposedByDefault: false
|
||||
file:
|
||||
directory: /srv/traefik/dynamic
|
||||
watch: true
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
address: ':88'
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- "127.0.0.1/32"
|
||||
- "172.16.0.0/12"
|
||||
websecure:
|
||||
address: ':8443'
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- "127.0.0.1/32"
|
||||
- "172.16.0.0/12"
|
||||
|
||||
certificatesResolvers:
|
||||
myresolver:
|
Loading…
Add table
Add a link
Reference in a new issue