mirror of
				https://github.com/mashirozx/docker-php-nginx.git
				synced 2025-05-29 01:49:24 +08:00 
			
		
		
		
	Remove the default server config now this folder is included from nginx.conf
This commit is contained in:
		
							parent
							
								
									348b050138
								
							
						
					
					
						commit
						9d6c40aa5a
					
				@ -9,6 +9,8 @@ RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-cur
 | 
			
		||||
 | 
			
		||||
# Configure nginx
 | 
			
		||||
COPY config/nginx.conf /etc/nginx/nginx.conf
 | 
			
		||||
# Remove default server definition
 | 
			
		||||
RUN rm /etc/nginx/conf.d/default.conf
 | 
			
		||||
 | 
			
		||||
# Configure PHP-FPM
 | 
			
		||||
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user