diff options
| author | Xe <me@christine.website> | 2022-12-31 15:02:18 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-12-31 15:02:18 -0500 |
| commit | 2ab0ff014798d89b1bb6e6e26adc664443fa495c (patch) | |
| tree | 21fe0eac5fb764b1b2e7d23de046f8f049aa1881 | |
| parent | 10a4389a5e73bd5c288b54be82b6b8dcf2a84091 (diff) | |
| download | x-2ab0ff014798d89b1bb6e6e26adc664443fa495c.tar.xz x-2ab0ff014798d89b1bb6e6e26adc664443fa495c.zip | |
nix/hlang: im dumerer lol
Signed-off-by: Xe <me@christine.website>
| -rw-r--r-- | nix/hlang.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hlang.nix b/nix/hlang.nix index c634815..b625fdb 100644 --- a/nix/hlang.nix +++ b/nix/hlang.nix @@ -67,7 +67,7 @@ in { serverName = "${cfg.domain}"; locations."/".proxyPass = "http://unix:${cfg.sockPath}"; forceSSL = cfg.useACME; - enableAcme = cfg.useACME; + enableACME = cfg.useACME; extraConfig = '' access_log /var/log/nginx/hlang.access.log; ''; |
