Hello
I want use NGiNX server for uploading files and I don't want use any of third-party modules or PHP/Backend servers.
Simple upload.
Possible use: curl -i -F name=test -F filedata=@localfile.jpg http://example.org/upload
How can I configure latest NGiNX for that purpose?
I want use NGiNX server for uploading files and I don't want use any of third-party modules or PHP/Backend servers.
Simple upload.
Possible use: curl -i -F name=test -F filedata=@localfile.jpg http://example.org/upload
How can I configure latest NGiNX for that purpose?