Update server/nginx.nix

This commit is contained in:
Luna 2024-10-25 22:56:20 -04:00
parent 08f4983d69
commit cb01384636

View file

@ -16,6 +16,27 @@
root = "/var/www/luna"; 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 Proxy
"nextcloud.lunamoonlight.xyz" = { "nextcloud.lunamoonlight.xyz" = {
enableACME = true; enableACME = true;