使用CKFinder 上传图片之后,上传后的图片自动改为不能能读!
Posted by wow.che on July 9, 2013 at 11:24am
Nginx configs and CKFinder connector
Posted by descender on March 11, 2011 at 2:11pm
Hi all,
I just want to alert everyone that a number of the stock/sample Nginx configs listed in this group have a problem with CKFinder, a file manager plugin for the CKEditor editor.
The gist of the problem is that the configs limit access to only a handful of PHP scripts from Drupal core such as index.php, update.php, etc. CKFinder happens to generate its interface through a certain connector.php. To solve this, you have to add access to connector.php:
Needed for CKFinder to work
location = /sites/all/modules/ckeditor/ckfinder/core/connector/php/connector.php {
Read more