add module to basic nginx config
This commit is contained in:
parent
70f6e446eb
commit
9ae5118da4
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue