mirror of
https://github.com/smhaller/ldap-overleaf-sl.git
synced 2025-01-25 06:04:48 +01:00
34 lines
809 B
YAML
34 lines
809 B
YAML
|
|
tls:
|
||
|
|
options:
|
||
|
|
default:
|
||
|
|
minVersion: VersionTLS12
|
||
|
|
cipherSuites:
|
||
|
|
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||
|
|
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||
|
|
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
|
||
|
|
- TLS_AES_128_GCM_SHA256
|
||
|
|
- TLS_AES_256_GCM_SHA384
|
||
|
|
- TLS_CHACHA20_POLY1305_SHA256
|
||
|
|
curvePreferences:
|
||
|
|
- CurveP521
|
||
|
|
- CurveP384
|
||
|
|
sniStrict: true
|
||
|
|
|
||
|
|
http:
|
||
|
|
middlewares:
|
||
|
|
secHeaders:
|
||
|
|
headers:
|
||
|
|
browserXssFilter: true
|
||
|
|
contentTypeNosniff: true
|
||
|
|
frameDeny: true
|
||
|
|
sslRedirect: true
|
||
|
|
#HSTS Configuration
|
||
|
|
stsIncludeSubdomains: true
|
||
|
|
stsPreload: true
|
||
|
|
stsSeconds: 31536000
|
||
|
|
customFrameOptionsValue: "SAMEORIGIN"
|
||
|
|
|
||
|
|
https-redirect:
|
||
|
|
redirectScheme:
|
||
|
|
scheme: https
|