|  | @@ -19,10 +19,11 @@ server {
 | 
	
		
			
				|  |  |          client_max_body_size 300m;   #最大接受300m文件以内的
 | 
	
		
			
				|  |  |          client_body_timeout 20s;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | -   #error_page  404              /404.html;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +   #error_page  404              /404.html;
 | 
	
		
			
				|  |  |     # redirect server error pages to the static page /50x.html
 | 
	
		
			
				|  |  |     #
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |     error_page   500 502 503 504  /50x.html;
 | 
	
		
			
				|  |  |     location = /50x.html {
 | 
	
		
			
				|  |  |        root   /usr/share/nginx/html;
 |