diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 03:00:29 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 03:00:29 +0200 |
| commit | c4e577079aaaecd66d16316d7a672505fabd8b49 (patch) | |
| tree | a2ad253d35c2a4c2e684fda1c0d8f959cf18bc21 | |
| parent | 0368ffc8eac15e5d6533a5613c0f4e686be26ad6 (diff) | |
fix nginx
| -rw-r--r-- | hosts/vps/configuration.nix | 2 |
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" ]; }; }; |
