Commit 6f2a8ebf
Changed files (1)
config
config/nginx.conf
@@ -15,6 +15,12 @@ http {
sendfile on;
keepalive_timeout 65;
+ gzip on;
+ gzip_min_length 500;
+ gzip_proxied expired no-cache no-store private auth;
+ gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
+ gzip_disable "MSIE [1-6]\.";
+
server {
listen 80;
server_name localhost;