add proxy settings

This commit is contained in:
zackartz 2024-05-05 21:51:47 -04:00
parent d8456f1747
commit 858c4eb9dd
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -2,6 +2,7 @@
services.nginx = {
enable = true;
package = pkgs.nginxStable.override {openssl = pkgs.libressl;};
recommendedProxySettings = true;
virtualHosts = {
"node.nyc.zackmyers.io" = {
forceSSL = true;