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
upstream
Refer to the docs: http://nginx.org/en/docs/http/ngx_http_upstream_module.html
Use cases:
The text was updated successfully, but these errors were encountered:
If I'm reading this correctly, that means that currently I can't setup a reverse proxy to an alternate backend service?
Sorry, something went wrong.
+1
If you just need to setup a reverse proxy the following should work;
nginx_sites: - server: file_name: example.com listen: 80 server_name: example.com location1: name: / proxy_pass: "http://127.0.0.1:8080/"
Adds support for upstream backends (bennojoy#4)
5728c30
No branches or pull requests
Refer to the docs: http://nginx.org/en/docs/http/ngx_http_upstream_module.html
Use cases:
The text was updated successfully, but these errors were encountered: