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
+2 -2
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.*;