From 6cefd197ff123c57fef5eb4352065808feda912d Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Sun, 10 Nov 2024 18:46:16 -0800
Subject: Update nginx location

---
 hosts/arrakis/services.nix | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'hosts')

diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index fb6c9f8..2cd7f8b 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -142,9 +142,7 @@
               return = "302 $scheme://$host/nipsy/";
             };
             "/nipsy/" = {
-              extraConfig = ''
-                autoindex on;
-              '';
+              index = "index.html";
               root = "/data/home/nipsy/www";
               tryFiles = "$uri =404";
             };
-- 
cgit v1.2.3