diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 1b1f5e9..ce2eb8e 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -138,12 +138,15 @@ }; }; "riverside.coldairnetworks.com" = { - enableACME = false; - forceSSL = false; - addSSL = false; + enableACME = true; + forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:3011/"; + extraConfig = '' + proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header Host $host; + ''; }; }; "quineglobal.com" = {