aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-10 20:18:01 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-10 20:18:01 -0800
commit30b36afcac113d3de1a22c14e1bd56f3cef8f1dd (patch)
tree6b0926d47ac534b353f55b6d901f64c7cf4ba3ec /hosts
parentb53782f6d057af9ae8849ba8950fe41e91f78b37 (diff)
downloadnix-30b36afcac113d3de1a22c14e1bd56f3cef8f1dd.tar
nix-30b36afcac113d3de1a22c14e1bd56f3cef8f1dd.tar.gz
nix-30b36afcac113d3de1a22c14e1bd56f3cef8f1dd.tar.bz2
nix-30b36afcac113d3de1a22c14e1bd56f3cef8f1dd.tar.lz
nix-30b36afcac113d3de1a22c14e1bd56f3cef8f1dd.tar.xz
nix-30b36afcac113d3de1a22c14e1bd56f3cef8f1dd.tar.zst
nix-30b36afcac113d3de1a22c14e1bd56f3cef8f1dd.zip
Fix nginx maybe
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 11add39..49fc7e2 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -139,10 +139,10 @@
};
"/test" = {
+ alias = "/var/www";
extraConfig = ''
autoindex on;
'';
- root = "/var/www";
tryFiles = "$uri $uri/ =404";
};
};