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

include /etc/nginx/streams-available|enabled not in nginx.conf.erb #780

Closed
alwiesner opened this issue Mar 8, 2016 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@alwiesner
Copy link

When attempting to build a configuration for a stream host, I am able to successfully build a stream{} section in the main nginx.conf file, which correctly includes: /etc/nginx/conf.stream.d/*.

When actually building the streamhost, it correctly gets placed in the /etc/nginx/streams-available directory/. However, the stream{} section within nginx.conf, and how it is configured in the .erb template, does not include this directory (include etc/nginx/streams-available/*) when setting up the streamhost.

Can we add support for this? Is there another way to do this that I am missing?

@astrostl
Copy link

Looks like a working fix has been awaiting a merge for months over at #784

@wyardley
Copy link
Collaborator

wyardley commented Oct 11, 2016

I've just commented in #784. There is one open PR (#879) by someone else that was already merged that does a partial fix, and I did some other stuff related to this that may yet be merged (#878), but it does seem like support for this is pretty broken as-is.

@wyardley wyardley added bug Something isn't working needs discussion labels Oct 11, 2016
@wyardley
Copy link
Collaborator

See #933

@wyardley
Copy link
Collaborator

This should be now be resolved in #933, which is in the most recent release (0.5.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants