Skip to content

Commit b6a42d5

Browse files
authored
fix: Update manual install steps for RHEL-9
1 parent 30dd70e commit b6a42d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/includes/installation/add-nms-repo.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Add the NGINX Instance Manager repository:
2525
sudo yum module disable nginx:1.14
2626
sudo yum module enable nginx:1.20
2727
```
28+
- **RHEL 9**: If you're installing on RHEL 9 and using the distro's NGINX, run the following commands to use the new version of NGINX (1.20 at the time of this update):
29+
30+
```bash
31+
sudo yum install nginx-1.20.*
32+
```
2833

2934
- **Amazon Linux 2**
3035

0 commit comments

Comments
 (0)