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