figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 9b8736b85e8dae522ab58126ee88e8b9b8ab8b5d
parent b6afbefa7b419a17a4b10a24fc93dae2899266dc
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 18 Sep 2020 23:57:00 -0700

:bug: Append .html to 404 page

Diffstat:
Mnginx.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx.conf b/nginx.conf @@ -9,7 +9,7 @@ http { root /usr/share/nginx/html; location / { try_files $uri $uri/ =404; - error_page 404 /404 + error_page 404 /404.html } } }