Re: nginx + php-fpm = file not found

2014-12-14 Thread khav
I fixed it ... but for that i had to change my document root setup when i was using /home/servergreek.com/public_html/www i got "no input file specified"(although the directory existed and had index.php in it).Then i did a server reinstall again but i choose /var/www/servergreek.com/public_html/w

Re: nginx & php-fpm [debug] 11: Resource temporarily unavailable

2014-12-14 Thread blackbic
Looks like if I disable my security plugin, then the error does not occur, but I still get the 500 error. Looks like my initial issue is related to the import plugin. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255477,255488#msg-255488 ___

nginx is eating my client request - multipart/form-data file upload

2014-12-14 Thread Jason H
I am new to nginx, but am familar with low-level HTTP and apache. When I try to do a multipart/form file upload, nginx writes some of the client request body to disk, but never finishes and it never passes it to the down/upstream script. My specific setup is I have nginx with /dyn redirected to

Re: stop automatic trailing slash addition

2014-12-14 Thread Francis Daly
On Sat, Dec 13, 2014 at 03:53:32PM -0800, neubyr wrote: > On Sat, Dec 13, 2014 at 12:00 AM, Francis Daly wrote: > > On Fri, Dec 12, 2014 at 04:00:29PM -0800, neubyr wrote: Hi there, > > > location /test { > > > root /usr/share/nginx/test; > > > } > > > > > >