Closed codersquid closed 9 years ago
Based on this stackoverflow comment the convention is to do the following.
[uwsgi]
for-readline = yourfile
env = %(_)
endfor =
Whereas I mistakenly had ansible passing a dictionary to the ini file to set env to.
I decided the extra file YAGNI. If it becomes something we need we can refactor this.
Based on the uwsgi log, it isn't finding the appropriate settings file. The deployment probably has a problem with passing the correct environment variables along to uwsgi.