Update server/nginx.nix
This commit is contained in:
parent
08f4983d69
commit
cb01384636
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue