Update server/nginx.nix

This commit is contained in:
Luna 2024-10-25 22:57:47 -04:00
parent cb01384636
commit 404a561d6c

View file

@ -25,15 +25,13 @@
"nextcloud.bloxelcom.net" = {
enableACME = true;
addSSL = true;
proxyPass = "https://bloxelcom.net";
proxyWebsockets = true;
root = "/var/www/bloxnet";
};
"radio.bloxelcom.net" = {
enableACME = true;
addSSL = true;
proxyPass = "https://bloxelcom.net";
proxyWebsockets = true;
root = "/var/www/bloxnet";
};