1
0
Fork 0
forked from exozyme/nginx

Add 404 page

This commit is contained in:
Locria Cyber 2023-05-10 01:45:18 +00:00
parent 85af427d7e
commit 67c8eed118
Signed by untrusted user who does not match committer: iacore
GPG key ID: ED0D424AE4406330

View file

@ -8,6 +8,7 @@ server {
root /srv/http/pages/iacore;
index index.html;
error_page 404 404.html;
location / {
try_files $uri $uri.html $uri/ =404;