first commit
This commit is contained in:
commit
3bfbd3f7f9
10 changed files with 329 additions and 0 deletions
10
templates/security.conf.j2
Normal file
10
templates/security.conf.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
#jinja2: lstrip_blocks: True
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# Rate limiting
|
||||
# https://blog.nginx.org/blog/rate-limiting-nginx
|
||||
# https://www.techgrube.de/news-und-infos/nginx-rate-limiting-einstellungen-und-funktion
|
||||
limit_req_zone $binary_remote_addr zone=conn_limit:10m rate=5r/s;
|
||||
|
||||
# extras
|
||||
server_tokens off;
|
Loading…
Add table
Add a link
Reference in a new issue