aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sachiel/configuration.nix2
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" = {