Update joplin.subdomain.conf.sample

Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Ogloppi 2024-07-24 13:41:40 +03:00 committed by GitHub
parent 915033caff
commit 9e877ab45c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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