diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/nixos/x86_64-linux/argonath.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/argonath.nix b/machines/nixos/x86_64-linux/argonath.nix index f6ff166..63ff2c9 100644 --- a/machines/nixos/x86_64-linux/argonath.nix +++ b/machines/nixos/x86_64-linux/argonath.nix @@ -96,6 +96,12 @@ in proxyPass = "http://10.100.0.60:9092"; }; }; + "reader.fcuny.net" = { + enableACME = true; + acmeRoot = null; + forceSSL = true; + locations."/".proxyPass = "http://10.100.0.60:8002"; + }; "fcuny.net" = { enableACME = true; acmeRoot = null; |
