diff options
| author | schererleander <leander@schererleander.de> | 2025-10-02 11:45:07 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-10-02 11:45:07 +0200 |
| commit | e05d442e302c6413c62feb5b17de75ad457258ee (patch) | |
| tree | 2d0fa336da0dcffdf67e4432afb2bb7465f745e6 /hosts | |
| parent | 637268d0a4a508b939dd39165d665b8d2344240d (diff) | |
fix nginx
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/sachiel/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" = { |
