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

Fix ignoring specific paster server section #1146

Closed
wants to merge 1 commit into from
Closed

Fix ignoring specific paster server section #1146

wants to merge 1 commit into from

Conversation

canni
Copy link

@canni canni commented Nov 16, 2015

If config was given with specific app, eg: development.ini#myotherapp
gunicorn will load [sever:main] section anyway, this changes it to
look for [server:myotherapp] instead.

If config was given with specific app, eg: `development.ini#myotherapp`
gunicorn will load `[sever:main]` section anyway, this changes it to
look for `[server:myotherapp]` instead.
@tilgovi
Copy link
Collaborator

tilgovi commented Nov 16, 2015

This has already been discussed at length in #1073.

This syntax is not enough to provide the app and the server. We need another option for the server name because this syntax is already used for selecting the app block.

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

Successfully merging this pull request may close these issues.

3 participants