update nginx.conf

This commit is contained in:
Wonderfall 2016-06-11 11:54:11 +02:00
parent 6d4faf4327
commit 5f3a1439c3

View File

@ -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;