Load custom built headers_more dynamic module

This commit is contained in:
2023-11-09 23:43:08 +01:00
parent 00f70d24bf
commit bf3a8a150d

View File

@@ -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;