Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from waja/osx_carddav
Browse files Browse the repository at this point in the history
Disable fastcgi_intercept_errors to fix CARDDAV on OSX.
hoellen authored Jan 8, 2019
2 parents 51f0657 + 68e9972 commit e73d6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud/rootfs/nginx/sites-enabled/nginx.conf
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ server {
fastcgi_param modHeadersAvailable true;
fastcgi_param front_controller_active true;
fastcgi_pass unix:/php/run/php-fpm.sock;
fastcgi_intercept_errors on;
fastcgi_intercept_errors off;
fastcgi_request_buffering off;
fastcgi_read_timeout 1200;
}

0 comments on commit e73d6f6

Please sign in to comment.