herindeling
This commit is contained in:
6
traefik/dynamic/middlewares/https-redirect.yml
Normal file
6
traefik/dynamic/middlewares/https-redirect.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
http:
|
||||
middlewares:
|
||||
https-redirect:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
permanent: true
|
||||
6
traefik/dynamic/middlewares/ratelimit.yml
Normal file
6
traefik/dynamic/middlewares/ratelimit.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
http:
|
||||
middlewares:
|
||||
searxng-ratelimit:
|
||||
rateLimit:
|
||||
average: 30
|
||||
burst: 60
|
||||
11
traefik/dynamic/middlewares/security.yml
Normal file
11
traefik/dynamic/middlewares/security.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
http:
|
||||
middlewares:
|
||||
security:
|
||||
headers:
|
||||
frameDeny: true
|
||||
contentTypeNosniff: true
|
||||
browserXssFilter: true
|
||||
referrerPolicy: no-referrer-when-downgrade
|
||||
stsSeconds: 31536000
|
||||
stsIncludeSubdomains: true
|
||||
stsPreload: true
|
||||
Reference in New Issue
Block a user