From 34f6f67b083f0f1de86f13f08496dac174abff77 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 11 Aug 2011 16:15:43 +0200 Subject: [PATCH] performance --- nginx/vhost.in | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;