Update config.yaml
This commit is contained in:
parent
a64aeefc43
commit
03d13bd2ac
|
@ -2,7 +2,7 @@ http:
|
||||||
middlewares:
|
middlewares:
|
||||||
default-security-headers:
|
default-security-headers:
|
||||||
headers:
|
headers:
|
||||||
browserXssFilter: true # X-XSS-Protection=1; mode=block
|
customBrowserXSSValue: 0 # X-XSS-Protection=1; mode=block
|
||||||
contentTypeNosniff: true # X-Content-Type-Options=nosniff
|
contentTypeNosniff: true # X-Content-Type-Options=nosniff
|
||||||
forceSTSHeader: true # Add the Strict-Transport-Security header even when the connection is HTTP
|
forceSTSHeader: true # Add the Strict-Transport-Security header even when the connection is HTTP
|
||||||
frameDeny: false # X-Frame-Options=deny
|
frameDeny: false # X-Frame-Options=deny
|
||||||
|
@ -34,4 +34,4 @@ http:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: "https://192.168.200.122:9443"
|
- url: "https://192.168.200.122:9443"
|
||||||
passHostHeader: true
|
passHostHeader: true
|
||||||
|
|
Loading…
Reference in New Issue