performance

This commit is contained in:
j 2011-08-11 16:15:43 +02:00
parent ce665636fa
commit 34f6f67b08
1 changed files with 10 additions and 0 deletions

View File

@ -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;