On Friday 19 August 2016 08:22:42 khav wrote:
[..]
> server {
> listen 80;
> server_name mywebsite.com;
> location = /upload {
> #module settings goes here
> upload_pass @uploadhandler;
> }
>
> location @uploadhandler {
> root /var/www/mywebsite.com/public_html/www;
> rewrite ^ /upload.php last;
> }
>
> }
[..]
There's no location to handle your "/upload.php".
wbr, Valentin V. Bartenev
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx