Update Nextcloud Configuration
This commit is contained in:
parent
b9dc8c1583
commit
45c25a98be
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ server {
|
||||||
include snippets/proxy/common-proxy-headers.conf;
|
include snippets/proxy/common-proxy-headers.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://nextcloud;
|
proxy_pass http://nextcloud;
|
||||||
}
|
}
|
||||||
|
|
||||||
include snippets/global/errors/http-cat-error-pages.conf;
|
include snippets/global/errors/http-cat-error-pages.conf;
|
||||||
|
|
|
@ -47,7 +47,7 @@ upstream mcm-std {
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream nextcloud {
|
upstream nextcloud {
|
||||||
server 100.64.2.120:443;
|
server 100.64.2.120:11000;
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream pairdrop {
|
upstream pairdrop {
|
||||||
|
|
Loading…
Reference in a new issue