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:
M | nginx.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; } }