How to get it to work with seperate php-fpm users
-
So the reccomendation for any nginx server is to have seperate users for Nginx and PHP but that cause huge headaches for plugins like this.
You either have to pay for nginx plus, compile a module yourself, or go through other PITA ongoing steps.
I found a simple way to make this work, so i thought i would share since i hadnt seen this solution anywhere else.
Use bindfs. Create a folder, bindfs mount it to your nginx cache folder, point this plugin to that folder. Boom, she works.
Cheers
- You must be logged in to reply to this topic.