Add missing lines at top of nginx.conf for user and pid files
This commit is contained in:
		
							parent
							
								
									dc123f5b2f
								
							
						
					
					
						commit
						21844701b0
					
				@ -1,3 +1,5 @@
 | 
			
		||||
user nobody;
 | 
			
		||||
pid /var/run/nginx.pid;
 | 
			
		||||
include /usr/local/etc/nginx/modules-enabled/*.conf;
 | 
			
		||||
 | 
			
		||||
worker_processes auto;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user