Apply 'remove proxy_pass directive from server block' (4cc64470) to version 2.7 and 2.8

This commit is contained in:
Billy Tat
2023-10-24 16:23:35 -07:00
parent 4cc64470c4
commit b2476d6eb1
2 changed files with 0 additions and 2 deletions
@@ -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 / {
@@ -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 / {