summaryrefslogtreecommitdiff
path: root/local.conf
diff options
context:
space:
mode:
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;
}
}