diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 02:59:04 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 02:59:04 +0200 |
| commit | 41eb942d14d14b7d5c9ae484ad669a1510918513 (patch) | |
| tree | f0dcc88f21e9391a50656441c30fe13f28ae82cf /hosts/vps | |
| parent | c8abd5d3cb8291b716990152d7339f2bc7b45eda (diff) | |
fix nginx
Diffstat (limited to 'hosts/vps')
| -rw-r--r-- | hosts/vps/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 1b341e1..73f2e0a 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -22,7 +22,6 @@ services.nginx = { enable = true; - addSSL = true; virtualHosts = { root = "/var/www/site/"; forceSSL = true; |
