aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 49fc7e2..ee85e8d 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -138,12 +138,12 @@
proxyPass = "http://192.168.1.2:8096/jellyfin/";
};
- "/test" = {
+ "/test/" = {
alias = "/var/www";
extraConfig = ''
autoindex on;
'';
- tryFiles = "$uri $uri/ =404";
+ tryFiles = "$uri =404";
};
};
};