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