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;