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 for hard-coded uwsgi ansible variable uwsgi_port #169

Merged
merged 1 commit into from
Oct 18, 2017

Conversation

luke-c-sargent
Copy link
Member

Hello; this is a fix for a situation where a user specifies their own uwsgi_port in this role's default variables.

Port 4001 was hardcoded into the supervisor.conf template, so galaxy_web uwsgi instances were listening on that port, however nginx.conf correctly picked up the new port and was proxy_passing requests to the specified port.

With this minor alteration, nginx and uwsgi once again have a harmonious relationship.

note: i wasn't able to find any other places where the port was hard-coded in, or any other hard-coded ports that could benefit from being turned in to variables, but am happy to make those alterations if there are some i've missed

@afgane afgane merged commit 4c95cf0 into galaxyproject:master Oct 18, 2017
@afgane
Copy link
Contributor

afgane commented Oct 18, 2017

Good addition.

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

2 participants