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
then, I added that directory:
(From within the container:) mkdir -p /etc/nginx/streams/
now, just place your server { ... } in a stream.conf inside this very directory.
Do NOT place the stream { ... } in there, as that portion is already inside nginx.conf
hi,
I would like to add a stream config similiar to this:
how can I do this?
note: I can not add it to /etc/nginx/conf.d because that is the include directory for http configs...
The text was updated successfully, but these errors were encountered: