mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
Need to re-think the 404.php to show fetch logs?
This commit is contained in:
@@ -19,7 +19,8 @@ http {
|
|||||||
charset utf-8;
|
charset utf-8;
|
||||||
access_log /srv/http/u/greptweet.access.log;
|
access_log /srv/http/u/greptweet.access.log;
|
||||||
error_log /srv/http/u/greptweet.error.log;
|
error_log /srv/http/u/greptweet.error.log;
|
||||||
error_page 404 403 =303 /404.php;
|
error_page 403 =303 /404.php;
|
||||||
|
error_page 404 /404.php;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user