python - Django: Serving huge user-uploaded files in a Multi-server context -


i have serve huge user-uploaded files django app. opted following server structure:

nginx (main routing) <-> uwsgi <-> django app [one machine] | nginx [another machine hosting media , static]

for permissions convenience, files uploaded users , others generated app created under django app, , moved storage server.

how can proceed files uploaded storage server?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -