diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index 779d8d9d..7c84197e 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -255,6 +255,22 @@ in ''; }; }; + "location.joshuabell.xyz" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://100.64.0.13"; + }; + }; + "photos.joshuabell.xyz" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://100.64.0.13"; + }; + }; "llm.joshuabell.xyz" = { enableACME = true; forceSSL = true;