diff --git a/nginx/vhost.in b/nginx/vhost.in index a4886b4..d66d26e 100644 --- a/nginx/vhost.in +++ b/nginx/vhost.in @@ -1,4 +1,14 @@ server { + #those need to go into /etc/nginx/nginx.conf in the http section + #gzip on; + #gzip_http_version 1.1; + #gzip_vary on; + #gzip_comp_level 6; + #gzip_proxied any; + #gzip_types text/plain text/css text/json text/xml application/json application/xml application/xml+rss text/javascript application/javascript; + #gzip_buffers 16 8k; + #gzip_disable "MSIE [1-6]\.(?!.*SV1)"; + listen 80 default; #server_name pandora.example.com;