![]() | 1 | initial version |
askbot/upfiles
directory is used to save uploaded images, so it needs to be writable by the server process.
![]() | 2 | No.2 Revision |
askbot/upfiles
directory is used to save uploaded images, so it needs to be writable by the server process.
That nginx doc needs an update, what you would want - is serve files from that directory by the webserver, bypassing python.
![]() | 3 | No.3 Revision |
askbot/upfiles
directory is used to save uploaded images, so it needs to be writable by the server process.
An alternative directory path can be specified with the settings.py
parameter MEDIA_ROOT
.
That nginx doc needs an update, what you would want - is serve files from that directory by the webserver, bypassing python.