mirror of
				https://github.com/KevinMidboe/nginx.git
				synced 2025-10-29 17:50:26 +00:00 
			
		
		
		
	Load custom built headers_more dynamic module
This commit is contained in:
		@@ -4,7 +4,8 @@ worker_processes  auto;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
error_log  /var/log/nginx/error.log notice;
 | 
					error_log  /var/log/nginx/error.log notice;
 | 
				
			||||||
pid        /var/run/nginx.pid;
 | 
					pid        /var/run/nginx.pid;
 | 
				
			||||||
include	   /etc/nginx/modules-enabled/*.conf;
 | 
					
 | 
				
			||||||
 | 
					load_module  /etc/nginx/modules/ngx_http_headers_more_filter_module.so;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
events {
 | 
					events {
 | 
				
			||||||
	worker_connections  1024;
 | 
						worker_connections  1024;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user