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