From e876359be872922a624ec9ef6149e0abdd2e27b3 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 28 Sep 2017 13:28:14 -0400 Subject: [PATCH] Clean up whitespace in nginx.conf It was bugging me --- nginx.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nginx.conf b/nginx.conf index 0d6c299..2cccf05 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,18 +30,18 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; gzip on; - gzip_comp_level 5; - gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json; + gzip_comp_level 5; + gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json; } - #uncomment for static file servers + #uncomment for static file server #location /static/ { #uncomment to turn on caching #expires modified 1y; #access_log off; #add_header Cache-Control "public"; #gzip on; - #gzip_comp_level 5; - #gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json; + #gzip_comp_level 5; + #gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json; #alias /var/node/blootstrap/static/; #} -} \ No newline at end of file +}