aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/arrakis/services.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 6a16e96..400e80c 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -102,10 +102,7 @@
forceSSL = true;
locations = {
"/" = {
- extraConfig = ''
- default_type text/html;
- '';
- return = "200 '<html><body>Hot damn, it works!</body></html>'";
+ tryFiles = "$uri $uri/ =404";
};
"/jellyfin" = {
return = "302 $scheme://$host/jellyfin/";