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

Generate Nginx configs from entrypoint #121

Merged
merged 2 commits into from
Feb 2, 2019

Conversation

tiangolo
Copy link
Owner

@tiangolo tiangolo commented Feb 1, 2019

Generate Nginx configs from entrypoint instead of modifying live pre-existing files.

This is a more "purely functional" approach that improves stability, debuggability, etc.

It will also allow having a completely custom nginx.conf file to be used instead of the generated one.

It's a major refactor, but the tests ensure everything is working.

It's the first (big) step to allow having a completely custom nginx.conf, that will solve:
#116
#108
#103

It depends on the PR in the parent image uwsgi-nginx: tiangolo/uwsgi-nginx-docker#50

@tiangolo tiangolo merged commit f95a593 into master Feb 2, 2019
@tiangolo tiangolo deleted the generate-nginx-from-entrypoint branch February 2, 2019 14:50
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

Successfully merging this pull request may close these issues.

None yet

1 participant