This I suppose:

        location / {
            try_files $uri $uri/ =404;
            if ($scheme = http) { gzip on; }
            index  index.html index.htm;
        }

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,252407,252409#msg-252409

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to