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; }