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:
Billy Tat
2023-10-24 16:57:14 -07:00
committed by GitHub
3 changed files with 0 additions and 3 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 / {
@@ -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 / {