aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-10 18:46:16 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-10 18:46:16 -0800
commit6cefd197ff123c57fef5eb4352065808feda912d (patch)
treefcfb1c47fe2eef4dfbea0e3ddc9063668413b223 /hosts
parent98abc2c24551657f9a5713ef588056477f6905ee (diff)
downloadnix-6cefd197ff123c57fef5eb4352065808feda912d.tar
nix-6cefd197ff123c57fef5eb4352065808feda912d.tar.gz
nix-6cefd197ff123c57fef5eb4352065808feda912d.tar.bz2
nix-6cefd197ff123c57fef5eb4352065808feda912d.tar.lz
nix-6cefd197ff123c57fef5eb4352065808feda912d.tar.xz
nix-6cefd197ff123c57fef5eb4352065808feda912d.tar.zst
nix-6cefd197ff123c57fef5eb4352065808feda912d.zip
Update nginx location
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix4
1 files changed, 1 insertions, 3 deletions
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";
};