mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Merge pull request #819 from AndrStnz/patch-1
remove proxy_pass directive from server block (http) in nginx example config
This commit is contained in:
@@ -72,7 +72,6 @@ After installing NGINX, you need to update the NGINX configuration file, `nginx.
|
||||
}
|
||||
server {
|
||||
listen 443 ssl;
|
||||
proxy_pass rancher_servers_https;
|
||||
ssl_certificate /path/to/tls.crt;
|
||||
ssl_certificate_key /path/to/key.key;
|
||||
location / {
|
||||
|
||||
-1
@@ -72,7 +72,6 @@ After installing NGINX, you need to update the NGINX configuration file, `nginx.
|
||||
}
|
||||
server {
|
||||
listen 443 ssl;
|
||||
proxy_pass rancher_servers_https;
|
||||
ssl_certificate /path/to/tls.crt;
|
||||
ssl_certificate_key /path/to/key.key;
|
||||
location / {
|
||||
|
||||
-1
@@ -72,7 +72,6 @@ After installing NGINX, you need to update the NGINX configuration file, `nginx.
|
||||
}
|
||||
server {
|
||||
listen 443 ssl;
|
||||
proxy_pass rancher_servers_https;
|
||||
ssl_certificate /path/to/tls.crt;
|
||||
ssl_certificate_key /path/to/key.key;
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user