Re: Nginx + Php-fpm Ownership issue !!

2015-12-30 Thread shahzaib shahzaib
Thanks for reply. However, our developer just notified us that the directory with root owner was created by a cron which ran by user root and created that issue though I've slightly modified nginx user directive with following : former user www ; later user www www; Regards. Shahzaib On Wed, De

Re: Nginx + Php-fpm Ownership issue !!

2015-12-30 Thread wishmaster
Hi, > > Hi, > > > We've installed nginx + php-fpm on FreeBSD OS and both of them are listening > on www user / group. Here is the config : > > NGINX : > > user www ; > > > > PHP-FPM : > > > [www] > listen = /var/run/www.socket > user = www > group = www > listen.owner = www > listen.gro

Nginx + Php-fpm Ownership issue !!

2015-12-29 Thread shahzaib shahzaib
Hi, We've installed nginx + php-fpm on FreeBSD OS and both of them are listening on www user / group. Here is the config : NGINX : user www ; PHP-FPM : [www] listen = /var/run/www.socket user = www group = www listen.owner = www listen.group = www listen.allowed_clients = 127.0.0.1 -