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