drupal-with-nginx icon indicating copy to clipboard operation
drupal-with-nginx copied to clipboard

Install software in sub directory

Open bch80 opened this issue 9 years ago • 1 comments
trafficstars

Hello,

I used most of the NginX config here and so far it's working nice and smooth for Drupal. But now I'd like to have another software installed in a subfolder. What rule do I need to add to simply deactivate all rules for a subfolder? I get all sorts of 403 and 500 errors or the subfolder is just forwards to Drupal in the parent folder and I'm just bouncing around without much success :-(

Thanks, Chris

bch80 avatar Dec 23 '15 07:12 bch80

You need to create a new alias to this subfolder, and you shouldn't add the the Drupal configuration for example: include apps/drupal/drupal.conf. This way you can create a custom configuration for your application.

guiajlopes avatar Dec 23 '15 12:12 guiajlopes