Correction : erreurs 404 avec davical.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Mon, 20 Oct 2014 10:28:22 +0000 (12:28 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Mon, 20 Oct 2014 10:28:22 +0000 (12:28 +0200)
etc/nginx/site.d/davical/site.conf

index 278306a..aa0a262 100644 (file)
@@ -9,6 +9,10 @@ client_max_body_size 10m;
 rewrite ^\.well-known(.*)$ /caldav.php/.well-known$1;
 rewrite ^principals/users(.*)$ /caldav.php$1;
 
+error_page 404 = /404;
+location /404 {
+       return 404;
+ }
 location / {
  # NOTE: to get DAViCal and nginx working with iCal 6.0 clients.
        return 301 /caldav.php$1;