]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx-standard.conf
- fix %files
[packages/nginx.git] / nginx-standard.conf
index 959cdbc81ceb4a4f6bddef7e7948acdf251361f2..1795c333f7821a0a445a7f85af86a13c891101ae 100644 (file)
@@ -20,10 +20,16 @@ http {
        tcp_nopush      on;
        tcp_nodelay     on;
        server_names_hash_bucket_size   128;
+       types_hash_max_size     2048;
+       types_hash_bucket_size  64;
        #keepalive_timeout      0;
        keepalive_timeout       65;
        limit_zone      test-limit      $binary_remote_addr     10m;
        #gzip   on;
+       #gzip_http_version      1.0;
+       #gzip_comp_level        2;
+       #gzip_proxied   any;
+       #gzip_types     text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;
 
        server {
                listen          80;
This page took 0.081207 seconds and 4 git commands to generate.