From: Julien Moutinho Date: Mon, 20 Oct 2014 10:28:22 +0000 (+0200) Subject: Correction : erreurs 404 avec davical. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=341cc63a096f737ef1a64312e379f08b281e5edf Correction : erreurs 404 avec davical. --- diff --git a/etc/nginx/site.d/davical/site.conf b/etc/nginx/site.d/davical/site.conf index 278306a..aa0a262 100644 --- a/etc/nginx/site.d/davical/site.conf +++ b/etc/nginx/site.d/davical/site.conf @@ -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;