1π
β
I have overcome the above problem by placing my current fedora working user name as nginx
working user.I have find the user at the top of my nginx.conf
file in the /etc/nginx
directory.I am currently working as user
in linux environment, and replaced the user name nginx
with user
in the nginx.conf
file. Thatβs it my problem solved.
π€Mulagala
0π
Itβs apparently expecting a HTTP (not WSGI) handler on 8001. You can read more about Nginx WSGI configuration here: http://uwsgi-docs.readthedocs.org/en/latest/Nginx.html
π€vdudouyt
- [Answer]-Phant : No 'Access-Control-Allow-Origin'
- [Answer]-Django: updating file
- [Answer]-Adding FieldFile objects without form in django
Source:stackexchange.com