Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http:
- middlewares:
- default-security-headers:
- headers:
- customBrowserXSSValue: 0 # X-XSS-Protecti>
- contentTypeNosniff: true # X-Content-Type-O>
- forceSTSHeader: true # Add the Strict-T>
- frameDeny: false # X-Frame-Options>
- referrerPolicy: "strict-origin-when-cross-origin"
- stsIncludeSubdomains: true # Add includeSubdo>
- stsPreload: true # Add preload flag>
- stsSeconds: 3153600 # Set the max-age o>
- contentSecurityPolicy: "default-src 'self'"
- customRequestHeaders:
- X-Forwarded-Proto: https
- https-redirectscheme:
- redirectScheme:
- scheme: https
- permanent: true
- routers:
- homeassistant:
- entryPoints:
- - "https"
- rule: "Host(`homeassistant.mydomain.com`)"
- tls: {}
- service: homeassistant
- frigate:
- entryPoints:
- - "https"
- rule: "Host(`frigate.mydomain.com`)"
- tls: {}
- service: frigate
- services:
- homeassistant:
- loadBalancer:
- servers:
- - url: "http://homeassistant-ip:8123"
- passHostHeader: true
- frigate:
- loadBalancer:
- servers:
- - url: "http://frigate-ip:8971"
- passHostHeader: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement