aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 03:00:29 +0200
committerschererleander <leander@schererleander.de>2025-05-30 03:00:29 +0200
commitc4e577079aaaecd66d16316d7a672505fabd8b49 (patch)
treea2ad253d35c2a4c2e684fda1c0d8f959cf18bc21 /hosts
parent0368ffc8eac15e5d6533a5613c0f4e686be26ad6 (diff)
fix nginx
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vps/configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix
index 18f8df8..df44b5a 100644
--- a/hosts/vps/configuration.nix
+++ b/hosts/vps/configuration.nix
@@ -24,8 +24,6 @@
enable = true;
virtualHosts = {
root = "/var/www/site/";
- forceSSL = true;
- serverAliases = [ "www.schererleander.de" ];
};
};