Disable decommissioned nextcloud
This commit is contained in:
parent
859f734ac4
commit
cf9c26f44d
1 changed files with 7 additions and 7 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
loki_ipv4 = "172.23.254.55";
|
loki_ipv4 = "172.23.254.55";
|
||||||
freya_ipv4 = "172.23.18.147";
|
# freya_ipv4 = "172.23.18.147";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"unimi.bertof.net" = ssl // {
|
"unimi.bertof.net" = ssl // {
|
||||||
|
|
@ -125,12 +125,12 @@
|
||||||
# proxyWebsockets = true;
|
# proxyWebsockets = true;
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
"my-nextcloud.bertof.net" = ssl // {
|
# "my-nextcloud.bertof.net" = ssl // {
|
||||||
locations."/" = {
|
# locations."/" = {
|
||||||
proxyPass = "http://${freya_ipv4}:80/";
|
# proxyPass = "http://${freya_ipv4}:80/";
|
||||||
proxyWebsockets = true;
|
# proxyWebsockets = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
openssh = {
|
openssh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue