From 858c4eb9dd5dd693e3398dffc151d5517399f402 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 5 May 2024 21:51:47 -0400 Subject: [PATCH] add proxy settings --- hosts/pluto/services/nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pluto/services/nginx.nix b/hosts/pluto/services/nginx.nix index 339eba9..ad968ae 100644 --- a/hosts/pluto/services/nginx.nix +++ b/hosts/pluto/services/nginx.nix @@ -2,6 +2,7 @@ services.nginx = { enable = true; package = pkgs.nginxStable.override {openssl = pkgs.libressl;}; + recommendedProxySettings = true; virtualHosts = { "node.nyc.zackmyers.io" = { forceSSL = true;