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 ac8021d0bef0cd2445fffad72c55ad8f7480b76d
parent a767e3380f2b1518876bc19bf454a62746300a24
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 16 Apr 2021 17:40:54 -0700

Update nginx.conf

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

diff --git a/nginx.conf b/nginx.conf @@ -1,13 +1,13 @@ events { } http { include /etc/nginx/mime.types; - include /etc/nginx/conf.d/*.conf; server_tokens off; server { listen 80; listen [::]:80; root /usr/share/nginx/html; error_page 404 /404.html; + default_type application/octet-stream; } }