diff --git a/nginx.conf b/nginx.conf index 017a7b8..eeb0fbf 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,8 @@ worker_processes auto; error_log /var/log/nginx/error.log notice; pid /var/run/nginx.pid; -include /etc/nginx/modules-enabled/*.conf; + +load_module /etc/nginx/modules/ngx_http_headers_more_filter_module.so; events { worker_connections 1024;