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 862bc4f25651716a489967c244e893e05342f059
parent e11af26b9e8d83317bd35f4a0dd00005c0d27678
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 19 Sep 2020 16:11:30 -0700

:bug: Fix nginx.conf syntax error

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

diff --git a/nginx.conf b/nginx.conf @@ -7,7 +7,7 @@ http { listen 80; listen [::]:80; root /usr/share/nginx/html; - error_page 404 /404.html + error_page 404 /404.html; } }