mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
update nginx.conf
This commit is contained in:
parent
6d4faf4327
commit
5f3a1439c3
@ -14,6 +14,8 @@ http {
|
|||||||
limit_req_zone $binary_remote_addr zone=allips:10m rate=150r/s;
|
limit_req_zone $binary_remote_addr zone=allips:10m rate=150r/s;
|
||||||
limit_req zone=allips burst=150 nodelay;
|
limit_req zone=allips burst=150 nodelay;
|
||||||
|
|
||||||
|
more_set_headers 'Server: secret';
|
||||||
|
|
||||||
include /etc/nginx/conf/mime.types;
|
include /etc/nginx/conf/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user