Hi Johan,
there is nothing special ... InfCloud = static files on the disk returned by a web server
to your browser (where these are executed by JavaScript engine). And JavaScript has a lot
of security constraints (e.g. CORS) that can be "fixed" only by returning proper
HTTP headers from your Cal/CardDAV server.
My tip is: Nginx does not processes the .htaccess file and/or there are missing CORS
headers (previously present in your Apache config) ... check the console log.
JM
On 19 Feb 2020, at 23:52, Johan Vromans
<jvromans(a)squirrel.nl> wrote:
Hi,
I've moved my DAViCal server to a new system (RPi4 w/ Raspbian). DAViCal
now runs as a virtual https host under Nginx (the old system used Apache2).
Now InfCloud stopped working. It just displays red exclamation marks.
Oddly enough, none of the other DAViCal clients (vdirsyncer,
android clients) experienced any problems, they all continued functioning
without even blinking.
Are there any special settings necessary for DAViCal / InfCloud when using
Nginx?
-- Johan