From e05d442e302c6413c62feb5b17de75ad457258ee Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 2 Oct 2025 11:45:07 +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 d6afc82..9c46eb1 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -109,13 +109,13 @@ virtualHosts."schererleander.de" = { root = "/var/www/site"; + default = true; forceSSL = true; enableACME = true; locations = { "/" = { tryFiles = "$uri $uri/ /index.html"; }; - default = true; }; }; virtualHosts."cloud.schererleander.de" = { -- cgit v1.3.1