Skip to content

Commit 922e61b

Browse files
committed
Fixed sentence about https in proxy_pass introduced in #517.
1 parent 9653f7b commit 922e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx/admin-guide/security-controls/securing-http-traffic-upstream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You will also need to configure the upstream servers to require client certifica
3232
<span id="config"></span>
3333
## Configuring NGINX
3434

35-
First, change the URL to an upstream group to support SSL connections. Specify the “https” protocol for the proxied server in the NGINX configuration file. Alternatively, [in the proxy_pass](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass) directive, specify an upstream group.
35+
First, change the URL to an upstream group to support SSL connections. In the NGINX configuration file, specify the `https`” protocol in the [proxy_pass](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass) directive:
3636

3737
```nginx
3838
location /upstream {

0 commit comments

Comments
 (0)