From 1ed4eeca4dd88049dd6abfe5a79056fba6d5bd78 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 19:34:44 +0200 Subject: [PATCH] Trying again --- nginx.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nginx.nix b/nginx.nix index 89292be..7c2bb7c 100644 --- a/nginx.nix +++ b/nginx.nix @@ -2,12 +2,13 @@ services.nginx = { enable = true; virtualHosts."kyren.codes" = { - # forceSSL = true; - # enableACME = true; + forceSSL = true; + enableACME = true; locations."/" = { proxyPass = "http://localhost:3000"; }; }; + virtualHosts."185.170.113.195" = { listen = [{ addr = "0.0.0.0";