Quantcast
Channel: Recent posts across whole site
Viewing all articles
Browse latest Browse all 49206

Nginx configs and CKFinder connector

$
0
0

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 {
  include fastcgi-rules.conf;
}

Hope this helps.


Viewing all articles
Browse latest Browse all 49206

Trending Articles