mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -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
|
# make sure that your dns has a cname set for joplin
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
server_name joplin.*;
|
server_name joplin.*;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue