1
0
Fork 0
forked from exozyme/nginx

Use custom 404 page for ta180m site

This commit is contained in:
Anthony Wang 2021-10-14 21:48:56 -05:00
parent 92ca422133
commit 86bea2bf06
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -9,6 +9,7 @@ server {
root /srv/http/ta180m/public;
index index.html;
error_page 404 404.html;
location / {
try_files $uri $uri/ =404;
}