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.
This commit is contained in:
Brody Stone 2021-12-04 15:03:21 -05:00 committed by GitHub
commit 43b8f88099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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