From 6c5b08444a5d1479eaa2d17daad0140acd9fdda9 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 3 Oct 2025 15:35:52 -0500 Subject: [PATCH] add proxies --- hosts/oracle/o001/nginx.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index 5548495..5c74ace 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -162,6 +162,14 @@ proxyPass = "http://100.64.0.13"; }; }; + "notes.joshuabell.xyz" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://100.64.0.13"; + }; + }; "sso.joshuabell.xyz" = { enableACME = true; forceSSL = true;