Update Nextcloud Configuration

This commit is contained in:
Michael 2024-12-23 05:45:17 +00:00
parent b9dc8c1583
commit 45c25a98be
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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 {