forked from 0x2620/pandora
performance
This commit is contained in:
parent
7920c57e17
commit
f5a3a72b90
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue