summaryrefslogtreecommitdiff
path: root/local.conf
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-07-23 01:04:51 -0400
committercyfraeviolae <cyfraeviolae>2022-07-23 01:04:51 -0400
commit71aac3ce2b93a00fe64d75b377d70b4c05d36726 (patch)
tree8c27e66927fa7986dc4212fa5b7121fe36d0db37 /local.conf
parenteeb9b844c7e001c77d272b09ae5141919a5b9dcf (diff)
404
Diffstat (limited to 'local.conf')
-rw-r--r--local.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.conf b/local.conf
index 53090c9..9d1c825 100644
--- a/local.conf
+++ b/local.conf
@@ -43,6 +43,11 @@ http {
root /home/sy/code/site/cyfraeviolae;
}
+ error_page 404 /404.html;
+ location = /404.html {
+ root /home/sy/code/site/cyfraeviolae;
+ }
+
listen 9090;
}
}