From 637268d0a4a508b939dd39165d665b8d2344240d Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 2 Oct 2025 11:44:10 +0200 Subject: fix nginx --- hosts/sachiel/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index fe04128..d6afc82 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -114,8 +114,8 @@ locations = { "/" = { tryFiles = "$uri $uri/ /index.html"; - default = true; }; + default = true; }; }; virtualHosts."cloud.schererleander.de" = { -- cgit v1.3.1