aboutsummaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/homepage.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/homepage.conf b/nginx/homepage.conf
index bc69fbb..e6dd965 100644
--- a/nginx/homepage.conf
+++ b/nginx/homepage.conf
@@ -2,5 +2,6 @@ server {
location / {
root /var/www/homepage;
index index.html;
+ error_page 404 404.html;
}
} \ No newline at end of file