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

Add "include" config entry #21

Merged
merged 1 commit into from
Oct 19, 2012
Merged

Add "include" config entry #21

merged 1 commit into from
Oct 19, 2012

Conversation

akx
Copy link
Contributor

@akx akx commented Oct 18, 2012

This was required for the following scenario:

uwsgi app.ini

app.ini:

[uwsgi]
appname=foo
include=_base.ini

_base.ini:

[uwsgi]
chdir=/blah/foo/projs/%(appname)
# ...

Inherit wouldn't cut it because uwsgi_run_config_pass was run before that.

unbit added a commit that referenced this pull request Oct 19, 2012
Add "include" config entry
@unbit unbit merged commit 4f0406c into unbit:master Oct 19, 2012
@zhousir1991 zhousir1991 mentioned this pull request Mar 1, 2016
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.

2 participants