Fix Nextcloud Port
This commit is contained in:
parent
eabab8c279
commit
1d53df16a2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ upstream mcm-std {
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream nextcloud {
|
upstream nextcloud {
|
||||||
server 100.64.2.120;
|
server 100.64.2.120:443;
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream vaultwarden {
|
upstream vaultwarden {
|
||||||
|
|
Loading…
Reference in a new issue