mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
txt is actually already compressed
This commit is contained in:
@@ -26,10 +26,11 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.(svg|txt)$ {
|
location ~ \.(svg|txt)$ {
|
||||||
gzip_static always;
|
add_header Content-Encoding gzip;
|
||||||
|
gzip off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~* \.(svg|css|woff|js)$ {
|
location ~* \.(svg|css|js)$ {
|
||||||
expires 7d;
|
expires 7d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user