From 0d91bf7b3151b260184e99910dccac7e956dd829 Mon Sep 17 00:00:00 2001 From: Laszlo Valko Date: Sun, 15 Jul 2018 13:12:40 +0200 Subject: [PATCH] Removed mod_security from nginx. --- make.conf.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make.conf.template b/make.conf.template index dc7bac9..15d3466 100644 --- a/make.conf.template +++ b/make.conf.template @@ -60,9 +60,9 @@ substitute unique_id unixd userdir usertrack vhost_alias cgi xml2enc" NGINX_MODULES_HTTP="access addition auth_basic auth_ldap auth_request autoindex browser cache_purge charset dav dav_ext echo empty_gif fancyindex fastcgi flv geo geoip grpc gunzip gzip gzip_static headers_more image_filter limit_conn limit_req -map memc memcached mirror naxsi proxy referer push_stream rewrite security -slowfs_cache split_clients sticky upload_progress upstream_hash upstream_ip_hash -upstream_keepalive upstream_least_conn upstream_zone userid uwsgi vhost_traffic_status" +map memc memcached mirror naxsi proxy referer push_stream rewrite slowfs_cache +split_clients sticky upload_progress upstream_hash upstream_ip_hash upstream_keepalive +upstream_least_conn upstream_zone userid uwsgi vhost_traffic_status" NGINX_MODULES_MAIL="" NGINX_MODULES_STREAM="access geo geoip limit_conn map realip return split_clients ssl_preread upstream_hash upstream_least_conn upstream_zone"