mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-24 07:05:38 -07:00
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:
parent
9dbe0577cc
commit
43b8f88099
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue