21 lines
477 B
YAML
21 lines
477 B
YAML
http:
|
|
middlewares:
|
|
nofloc:
|
|
headers:
|
|
customResponseHeaders:
|
|
Permissions-Policy: "interest-cohort=()"
|
|
secureHeaders:
|
|
headers:
|
|
forceSTSHeader: true
|
|
stsIncludeSubdomains: true
|
|
stsPreload: true
|
|
stsSeconds: 63072000
|
|
compressConfig:
|
|
compress:
|
|
minResponseBodyBytes: 1024
|
|
excludedContentTypes: []
|
|
user-auth:
|
|
basicAuth:
|
|
users:
|
|
- "" # htpasswd -nb user password
|