mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
nginx: some changes
This commit is contained in:
@ -14,6 +14,8 @@ http {
|
||||
limit_req_zone $binary_remote_addr zone=allips:10m rate=150r/s;
|
||||
limit_req zone=allips burst=150 nodelay;
|
||||
|
||||
more_set_headers 'Server: secret';
|
||||
|
||||
include /etc/nginx/conf/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
@ -37,7 +39,6 @@ http {
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
server_tokens off;
|
||||
more_set_headers 'Server: secret';
|
||||
|
||||
gzip on;
|
||||
gzip_comp_level 5;
|
||||
|
Reference in New Issue
Block a user