Update nginx/nginx.conf
This commit is contained in:
		@@ -12,14 +12,13 @@ http {
 | 
				
			|||||||
    tcp_nodelay on;
 | 
					    tcp_nodelay on;
 | 
				
			||||||
    keepalive_timeout 65;
 | 
					    keepalive_timeout 65;
 | 
				
			||||||
    types_hash_max_size 2048; 
 | 
					    types_hash_max_size 2048; 
 | 
				
			||||||
	types_hash_bucket_size 128;
 | 
					    types_hash_bucket_size 128;
 | 
				
			||||||
    server_tokens off;
 | 
					    server_tokens off;
 | 
				
			||||||
    default_type  application/octet-stream;
 | 
					    default_type  application/octet-stream;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    access_log /var/log/nginx/access.log;
 | 
					    access_log /var/log/nginx/access.log;
 | 
				
			||||||
    error_log  /var/log/nginx/error.log;
 | 
					    error_log  /var/log/nginx/error.log;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    include /etc/nginx/extra/headers-gzip.conf;
 | 
					    include /etc/nginx/mime.types;
 | 
				
			||||||
	include /etc/nginx/mime.types;
 | 
					 | 
				
			||||||
    include /etc/nginx/sites-enabled/*;
 | 
					    include /etc/nginx/sites-enabled/*;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user