Python Forum

Full Version: Multi-tier Web application File Storage (NginX, File System or FTP) ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am building a site using Flask, Gunicorn and NginX to serve files that can possibly be huge and dynamically generated like on a repository application. I want to place and access these files from a separate file server. May I know which is best to use, another nginX just to serve the files, File system access or use of FTP server?