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;