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
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
___
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
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;
> > > }
> > >
> > >