wip prod
authorShane Jaroch <chown_tee@proton.me>
Mon, 19 Jan 2026 18:58:58 +0000 (13:58 -0500)
committerShane Jaroch <chown_tee@proton.me>
Mon, 19 Jan 2026 18:58:58 +0000 (13:58 -0500)
etc/nginx/conf.d/default.prod.conf

index 1420045ad3eac208822127c740e2c6b8612ec6f1..3e29f9903b02290e286fe39d164272d4d7fe6663 100644 (file)
@@ -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