mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-03 03:28:10 +00:00
Properly load the nginx lua module
This commit is contained in:
@@ -3,6 +3,8 @@ user nginx;
|
||||
worker_processes 1;
|
||||
error_log /dev/stderr info;
|
||||
pid /var/run/nginx.pid;
|
||||
include /etc/nginx/modules/devel_kit.conf;
|
||||
include /etc/nginx/modules/http_lua.conf;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
||||
Reference in New Issue
Block a user