From bf3a8a150de966c870235ea01ff93f27ea40f57d Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 9 Nov 2023 23:43:08 +0100 Subject: [PATCH] Load custom built headers_more dynamic module --- nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;