From 86bea2bf06ac578a9e011c67b5399b6c63443e92 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 14 Oct 2021 21:48:56 -0500 Subject: [PATCH] Use custom 404 page for ta180m site --- ta180m.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ta180m.conf b/ta180m.conf index 01c0fce..258f4ea 100644 --- a/ta180m.conf +++ b/ta180m.conf @@ -9,6 +9,7 @@ server { root /srv/http/ta180m/public; index index.html; + error_page 404 404.html; location / { try_files $uri $uri/ =404; }