fix: separate hostnames for caldav and carddav
This commit is contained in:
parent
2af6728069
commit
1ceba25b79
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
server {
|
server {
|
||||||
listen 44300 ssl;
|
listen 44300 ssl;
|
||||||
|
|
||||||
server_name webdav.vlw.se;
|
server_name caldav.vlw.se carddav.vlw.se;
|
||||||
|
|
||||||
include snippets/vlw.se-ssl;
|
include snippets/vlw.se-ssl;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue