projects
/
nutratech
/
vps-root.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1d8fc
)
wip prod
author
Shane Jaroch
<chown_tee@proton.me>
Mon, 19 Jan 2026 18:58:58 +0000
(13:58 -0500)
committer
Shane Jaroch
<chown_tee@proton.me>
Mon, 19 Jan 2026 18:58:58 +0000
(13:58 -0500)
etc/nginx/conf.d/default.prod.conf
patch
|
blob
|
history
diff --git
a/etc/nginx/conf.d/default.prod.conf
b/etc/nginx/conf.d/default.prod.conf
index 1420045ad3eac208822127c740e2c6b8612ec6f1..3e29f9903b02290e286fe39d164272d4d7fe6663 100644
(file)
--- a/
etc/nginx/conf.d/default.prod.conf
+++ b/
etc/nginx/conf.d/default.prod.conf
@@
-109,9
+109,11
@@
server {
#ssl_stapling_verify on;
# Services Map (Homepage)
+ root /var/www;
+ index homepage.html;
+
location / {
- alias /var/www/homepage.html;
- default_type text/html;
+ try_files $uri $uri/ =404;
}
# # Blog / Sphinx