From 5f3a1439c35e29ee1963b2fdbb94c570d3ac7c19 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 11 Jun 2016 11:54:11 +0200 Subject: [PATCH] update nginx.conf --- nginx/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 9ef2078..5ccd77c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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;