mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-25 06:11:08 -05:00
no-gzip on create.cgi
This commit is contained in:
@@ -10,3 +10,5 @@ RewriteRule ^f/(.*)$ /create.cgi?id=$1 [L,QSA]
|
|||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
ExpiresByType text/css "access plus 1 week"
|
ExpiresByType text/css "access plus 1 week"
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
SetEnvIf Request_URI ^/create.cgi(.*) no-gzip
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="well">
|
<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>
|
<button type="submit" class="btn btn-large btn-primary"><i class="icon-search"></i> Greptweet</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user