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 b6afbefa7b419a17a4b10a24fc93dae2899266dc
parent 2249fecf0e430cdb9de3ea232ce3aac9d268340b
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 18 Sep 2020 23:43:22 -0700

:wrench: Add error_page to nginx config

Diffstat:
Mnginx.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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