So I have frontend django application on one machine while want to save user uploaded files to another computer - which will work as a file server (nginx serving static files) and trying the best solution.
to pass the file over there.
So is it the best solution - or there is something simpler and more performant?
Arek