diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-02-11 01:26:48 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-02-24 12:27:17 +0100 |
commit | 71fba79f37f5c8d09178e61e76854fe48949f2ac (patch) | |
tree | 09224a386b04c1ae899a27ff1a631085d2f6c50e /systems | |
parent | fd2dd40522a71b633a1b31197d1e2cd083cf0995 (diff) | |
download | Nix-71fba79f37f5c8d09178e61e76854fe48949f2ac.tar.gz Nix-71fba79f37f5c8d09178e61e76854fe48949f2ac.tar.zst Nix-71fba79f37f5c8d09178e61e76854fe48949f2ac.zip |
Remove private nginx configuration
Diffstat (limited to 'systems')
-rw-r--r-- | systems/dilion/base.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/dilion/base.nix b/systems/dilion/base.nix index 9eb176c..8c0b3ad 100644 --- a/systems/dilion/base.nix +++ b/systems/dilion/base.nix | |||
@@ -202,7 +202,6 @@ | |||
202 | acmeRoot = config.security.acme.defaults.webroot; | 202 | acmeRoot = config.security.acme.defaults.webroot; |
203 | useACMEHost = name; | 203 | useACMEHost = name; |
204 | forceSSL = true; | 204 | forceSSL = true; |
205 | locations."/".root = "/home/immae/www"; | ||
206 | }; | 205 | }; |
207 | }; | 206 | }; |
208 | }; | 207 | }; |