From cb0138463670bd2fb53144396c1a178f20499d37 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 25 Oct 2024 22:56:20 -0400 Subject: [PATCH] Update server/nginx.nix --- server/nginx.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/server/nginx.nix b/server/nginx.nix index 6530b13..ccd193a 100644 --- a/server/nginx.nix +++ b/server/nginx.nix @@ -16,6 +16,27 @@ root = "/var/www/luna"; }; + "www.bloxelcom.net" = { + enableACME = true; + addSSL = true; + root = "/var/www/bloxnet"; + }; + + "nextcloud.bloxelcom.net" = { + enableACME = true; + addSSL = true; + proxyPass = "https://bloxelcom.net"; + proxyWebsockets = true; + }; + + "radio.bloxelcom.net" = { + enableACME = true; + addSSL = true; + proxyPass = "https://bloxelcom.net"; + proxyWebsockets = true; + }; + + # Nextcloud Proxy "nextcloud.lunamoonlight.xyz" = { enableACME = true;