Clean up whitespace in nginx.conf

It was bugging me
This commit is contained in:
Matt 2017-09-28 13:28:14 -04:00 committed by GitHub
parent 399b623db4
commit e876359be8
1 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ server {
gzip_comp_level 5; 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_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/ { #location /static/ {
#uncomment to turn on caching #uncomment to turn on caching
#expires modified 1y; #expires modified 1y;