mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 04:26:02 -07:00
Update joplin.subdomain.conf.sample
Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
915033caff
commit
9e877ab45c
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
# make sure that your dns has a cname set for joplin
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name joplin.*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue