Sorry but something when wonky when I cut and pasted the caldav directives
from the Nginx config file. Here is the correct entries as they appear in my
config file:
location = /.well-known/carddav {
return 301 $scheme://$host/remote.php/dav;
}
location = /.well-known/caldav {
Greetings everyone! Happy New Year. I am a new Nginx user with a curious
problem that I can not seem to fix. Here is my environment.
(URLs and IPs have been changed to protect the innocent) ;-)
I have a Debian/Nginx/MariaDB/PHP7/Nextcloud server running on my LAN on IP
192.168.1.20. I'm running h
mex Wrote:
---
> Hi c0nw0nk,
>
> mex here, inital creator of http://spike.nginx-goodies.com/rules/
> and maintainer of Doxi-Rules
> https://bitbucket.org/lazy_dogtown/doxi-rules/overview
> (this us where the rules live we create with spike :)
>