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;
|
||||
};
|
||||
loki_ipv4 = "172.23.254.55";
|
||||
freya_ipv4 = "172.23.18.147";
|
||||
# freya_ipv4 = "172.23.18.147";
|
||||
in
|
||||
{
|
||||
"unimi.bertof.net" = ssl // {
|
||||
|
|
@ -125,12 +125,12 @@
|
|||
# proxyWebsockets = true;
|
||||
# };
|
||||
# };
|
||||
"my-nextcloud.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${freya_ipv4}:80/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
# "my-nextcloud.bertof.net" = ssl // {
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://${freya_ipv4}:80/";
|
||||
# proxyWebsockets = true;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
openssh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue