aboutsummaryrefslogtreecommitdiff
path: root/nginx/homepage.conf
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@gmail.com>2025-05-12 14:52:39 -0400
committerJackJ30 <jackqjamison@gmail.com>2025-05-12 14:52:39 -0400
commit417cbec1bd52c239f28c19b7affcdec693e803fd (patch)
tree43bb831b91a36740edd9f5164c19577866df5ebf /nginx/homepage.conf
parent1c831883e0ad3d6edb753248aa3e8be52e8f2e0a (diff)
some styling
Diffstat (limited to 'nginx/homepage.conf')
-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