diff options
| author | schererleander <leander@schererleander.de> | 2025-10-02 11:44:10 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-10-02 11:44:10 +0200 |
| commit | 637268d0a4a508b939dd39165d665b8d2344240d (patch) | |
| tree | db39ca75d0431309d59762404ec189b0c7fe7a75 /hosts/sachiel/configuration.nix | |
| parent | 347ba82ba4e992e5c71ddfb0fba9e24da52b3851 (diff) | |
fix nginx
Diffstat (limited to 'hosts/sachiel/configuration.nix')
| -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 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" = { |
