On active la compression des fichiers
This commit is contained in:
		@@ -5,6 +5,9 @@ http {
 | 
				
			|||||||
    default_type  application/octet-stream;
 | 
					    default_type  application/octet-stream;
 | 
				
			||||||
    client_max_body_size 100M;
 | 
					    client_max_body_size 100M;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    gzip on;
 | 
				
			||||||
 | 
					    gzip_types text/plain text/css text/javascript;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    upstream backend {
 | 
					    upstream backend {
 | 
				
			||||||
        server backend:8000;
 | 
					        server backend:8000;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user