We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi,
I would like to add a stream config similiar to this:
stream { server { listen 1234; proxy_connect_timeout 60s; proxy_socket_keepalive on; proxy_pass localhost:5432; } }
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:
No branches or pull requests
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: