Update server/nginx.nix
This commit is contained in:
parent
cb01384636
commit
404a561d6c
|
@ -25,15 +25,13 @@
|
||||||
"nextcloud.bloxelcom.net" = {
|
"nextcloud.bloxelcom.net" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
proxyPass = "https://bloxelcom.net";
|
root = "/var/www/bloxnet";
|
||||||
proxyWebsockets = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"radio.bloxelcom.net" = {
|
"radio.bloxelcom.net" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
proxyPass = "https://bloxelcom.net";
|
root = "/var/www/bloxnet";
|
||||||
proxyWebsockets = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue