Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global uwsgi.ini from this docker overwrites custom properties of the app #3

Closed
felixmaximilian opened this issue Sep 28, 2016 · 3 comments

Comments

@felixmaximilian
Copy link

I cannot overwrite all properties that are set in uwsgi-nginx-docker/python2.7/uwsgi.ini within my own uwsgi.ini, because in the supervisord.conf the order of loading the init files is "wrong". What other implications would it have to change the order to this:
command=/usr/local/bin/uwsgi --ini /etc/uwsgi/uwsgi.ini --ini /app/uwsgi.ini
?

@tiangolo
Copy link
Owner

tiangolo commented Oct 1, 2016

Good catch. It should work now. Please check and tell me.

@tiangolo
Copy link
Owner

As this was some time ago, I will assume it actually worked and close this issue.

@felixmaximilian
Copy link
Author

felixmaximilian commented Dec 30, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants