Skip to content

Commit 5d8b3eb

Browse files
authored
fix: Rockylinux
1 parent 6a6d5d4 commit 5d8b3eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/nap-dos/deployment-guide/learn-about-deployment.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,11 @@ When deploying App Protect DoS on NGINX Plus take the following precautions to s
421421
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
422422
```
423423
424-
For RockyLinux
424+
For RockyLinux:
425425
426-
```shell
427-
sudo dnf -y install epel-release
428-
```
426+
```shell
427+
sudo dnf -y install epel-release
428+
```
429429
430430
8. Add NGINX Plus and NGINX App Protect DoS repository:
431431
@@ -627,19 +627,19 @@ When deploying App Protect DoS on NGINX Plus take the following precautions to s
627627
628628
6. Enable the yum repositories to pull NGINX App Protect DoS dependencies:
629629
630-
for RHEL subscription:
630+
For RHEL subscription:
631631
632632
```shell
633633
sudo subscription-manager repos --enable=rhel-9-for-x86_64-baseos-rpms
634634
sudo subscription-manager repos --enable=rhel-9-for-x86_64-appstream-rpms
635635
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
636636
```
637637
638-
For RockyLinux
638+
For RockyLinux:
639639
640-
```shell
641-
sudo dnf -y install epel-release
642-
```
640+
```shell
641+
sudo dnf -y install epel-release
642+
```
643643
644644
7. Add the NGINX Plus and NGINX App Protect DoS repositories:
645645

0 commit comments

Comments
 (0)