commit e11af26b9e8d83317bd35f4a0dd00005c0d27678 parent 9b8736b85e8dae522ab58126ee88e8b9b8ab8b5d Author: FIGBERT <figbert@figbert.com> Date: Sat, 19 Sep 2020 15:53:08 -0700 :wrench: Update nginx.conf Diffstat:
M | nginx.conf | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/nginx.conf b/nginx.conf @@ -7,10 +7,7 @@ http { listen 80; listen [::]:80; root /usr/share/nginx/html; - location / { - try_files $uri $uri/ =404; - error_page 404 /404.html - } + error_page 404 /404.html } }