Closed LennyPenny closed 7 years ago
Hey I'm trying to set this up in a subfolder on an existing nginx config
Here is my config:
I'm using an ip instead of a domain in the STATIC_URL field in settings.py
So nginx just isn't finding the uwsgi server I guess Any ideas what could be going wrong?
Could it also be a problem that I'm trying to set this up as https?
nvm my error was not putting a slash before the location D:
Hey I'm trying to set this up in a subfolder on an existing nginx config
Here is my config:
I'm using an ip instead of a domain in the STATIC_URL field in settings.py
So nginx just isn't finding the uwsgi server I guess Any ideas what could be going wrong?