fix: separate hostnames for caldav and carddav

This commit is contained in:
Victor Westerlund 2024-11-03 22:27:09 +01:00
parent 2af6728069
commit 1ceba25b79

View file

@ -1,7 +1,7 @@
server {
listen 44300 ssl;
server_name webdav.vlw.se;
server_name caldav.vlw.se carddav.vlw.se;
include snippets/vlw.se-ssl;