add module to basic nginx config

This commit is contained in:
nd 2020-10-31 02:35:39 +01:00
parent 70f6e446eb
commit 9ae5118da4
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,8 @@ user www-data;
worker_processes auto;
pid /run/nginx.pid;
load_module /usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so;
events {
use epoll;
worker_connections 1024;