You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: