can't upload files but can create folders when using Nginx
51 views
Skip to first unread message
Osiloke Emoekpere
unread,
Aug 22, 2012, 6:05:37 AM8/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mezzani...@googlegroups.com
Hi there,
I would really appreciate it if someone could help me with this. I can upload files when running off of the django built in server but not my Nginx/Gunicorn Server. I can create folders so it is not a permission error. I have a feeling it has to do with filebrowser.
Please help
Osiloke Emoekpere
unread,
Aug 22, 2012, 6:13:46 AM8/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mezzani...@googlegroups.com
Sorry, just figured out what the issue was. I am running multiple sites in one gunicorn process and as a result, some logic (probably mine :) ) is preventing uploads from any other domain other than the root domain.