mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-16 02:46:44 +02:00
Properly load the nginx lua module
This commit is contained in:
parent
4e212e3d60
commit
4bdd8c1df5
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user