> When I am trying to upload files by hitting > https://software.example.com/upload_form.html I am encountering http status > code 405 Not Allowed. Please find inline a screenshot for your reference.
Does your upload form point exactly to '/upload.php' ? as by by default Nginx doesn't allow POST on static content which would indicate that the form submits to a static document. rr _______________________________________________ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx