no-gzip on create.cgi

This commit is contained in:
Kai Hendry
2013-07-28 18:08:06 +08:00
parent e3aff8b7ee
commit bb7f101534
2 changed files with 3 additions and 1 deletions

View File

@@ -10,3 +10,5 @@ RewriteRule ^f/(.*)$ /create.cgi?id=$1 [L,QSA]
ExpiresActive On
ExpiresByType text/css "access plus 1 week"
</IfModule>
SetEnvIf Request_URI ^/create.cgi(.*) no-gzip

View File

@@ -20,7 +20,7 @@
</ul>
<div class="well">
<input type="search" class="input-medium search-query">
<input type="search" spellcheck="false" class="input-medium search-query">
<button type="submit" class="btn btn-large btn-primary"><i class="icon-search"></i> Greptweet</button>
</div>