mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Disable fastcgi_intercept_errors to fix CARDDAV on OSX.
Multiple addressbooks seems to be challenging on OSX. This should make it work again as described in https://github.com/nextcloud/contacts/issues/399#issuecomment-451651613
This commit is contained in:
parent
51f0657433
commit
68e997244c
@ -53,7 +53,7 @@ server {
|
|||||||
fastcgi_param modHeadersAvailable true;
|
fastcgi_param modHeadersAvailable true;
|
||||||
fastcgi_param front_controller_active true;
|
fastcgi_param front_controller_active true;
|
||||||
fastcgi_pass unix:/php/run/php-fpm.sock;
|
fastcgi_pass unix:/php/run/php-fpm.sock;
|
||||||
fastcgi_intercept_errors on;
|
fastcgi_intercept_errors off;
|
||||||
fastcgi_request_buffering off;
|
fastcgi_request_buffering off;
|
||||||
fastcgi_read_timeout 1200;
|
fastcgi_read_timeout 1200;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user