From 43b8f88099510e84e9105db6a65083e8bdde212e Mon Sep 17 00:00:00 2001 From: Brody Stone <36679309+BrodyStone21@users.noreply.github.com> Date: Sat, 4 Dec 2021 15:03:21 -0500 Subject: [PATCH] Update nextcloud.subdomain.conf.sample Upon struggling with getting this figured out for a while, I realized that this is attempting to gain access to Nextcloud through port 443. This is fine with the linuxserver/nextcloud image, but with the official image it won't work as the official image runs on http and port 80. --- nextcloud.subdomain.conf.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud.subdomain.conf.sample b/nextcloud.subdomain.conf.sample index c1c846a..b8ba8dc 100644 --- a/nextcloud.subdomain.conf.sample +++ b/nextcloud.subdomain.conf.sample @@ -12,6 +12,9 @@ # 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it. # 1 => 'nextcloud.your-domain.com', # ), +# +# The above configuration works with linuxserver/nextcloud. +# if you're using the official nextcloud image set $upstream_port 80 and $upstream_proto http server { listen 443 ssl;