Skip to content

Commit 3fa491b

Browse files
committed
lab5 edits
1 parent 2e64704 commit 3fa491b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

labs/lab5/readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Don't forget to remove your unused Instances from the NGINX One Console.
160160

161161
## Install NGINX Plus R32 on a VM
162162

163-
Next you will create an NGINX instance that is pinned to version R32 on a virtual machine. This will show you an upgrade from R32 to the new R33 on a VM, a common NGINX upgrade task. From the Jumphost you can use the terminal to SSH to the VM's command line to do an install.
163+
Next you will create an NGINX instance that is pinned to version R32 on a virtual machine. This will show you an upgrade from R32 to the new R33 on a VM, a common NGINX upgrade task. From the Jumphost you can use the terminal to SSH to the VM's command line to do an install.
164164
165165
1. From the VS Studio Terminal window, run the following commands.
166166
@@ -170,9 +170,6 @@ Next you will create an NGINX instance that is pinned to version R32 on a virtua
170170
ssh nplus
171171
cd ~/Documents
172172
173-
sudo mkdir -p /etc/nginx/
174-
sudo cp license/license.jwt /etc/nginx/license.jwt
175-
176173
sudo mkdir -p /etc/ssl/nginx
177174
sudo cp license/nginx-repo.* /etc/ssl/nginx/
178175
```

0 commit comments

Comments
 (0)