mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
Tiny tidy up
This commit is contained in:
@@ -21,7 +21,7 @@ http {
|
|||||||
access_log /var/log/nginx/greptweet.access.log;
|
access_log /var/log/nginx/greptweet.access.log;
|
||||||
error_log /var/log/nginx/greptweet.error.log;
|
error_log /var/log/nginx/greptweet.error.log;
|
||||||
error_page 403 =303 /404.php;
|
error_page 403 =303 /404.php;
|
||||||
error_page 404 = /404.php;
|
error_page 404 /404.php;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
@@ -29,7 +29,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ \.(gz)$ {
|
location ~ \.(gz)$ {
|
||||||
add_header Content-Encoding gzip;
|
add_header Content-Encoding gzip;
|
||||||
gzip off;
|
gzip off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user