Skip to content

Commit 6b10804

Browse files
authored
Docs: WAF bare metal install OS order (#1276)
Reorganize installation instructions for F5 WAF.
1 parent 9feac0c commit 6b10804

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

content/waf/install/virtual-environment.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -127,27 +127,6 @@ Install the F5 WAF for NGINX package and its dependencies:
127127
sudo dnf install app-protect
128128
```
129129

130-
### Ubuntu
131-
132-
Add the F5 WAF for NGINX repositories:
133-
134-
```shell
135-
printf "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] \
136-
https://pkgs.nginx.com/app-protect/ubuntu `lsb_release -cs` nginx-plus\n" | \
137-
sudo tee /etc/apt/sources.list.d/nginx-app-protect.list
138-
139-
printf "deb [signed-by=/usr/share/keyrings/app-protect-security-updates.gpg] \
140-
https://pkgs.nginx.com/app-protect-security-updates/ubuntu `lsb_release -cs` nginx-plus\n" | \
141-
sudo tee /etc/apt/sources.list.d/app-protect-security-updates.list
142-
```
143-
144-
Update the repositories, then install the F5 WAF for NGINX package and its dependencies:
145-
146-
```shell
147-
sudo apt-get update
148-
sudo apt-get install app-protect
149-
```
150-
151130
### RHEL / Rocky Linux 9
152131

153132
Add the F5 WAF for NGINX repository:
@@ -174,6 +153,27 @@ Install the F5 WAF for NGINX package and its dependencies:
174153
sudo dnf install app-protect
175154
```
176155

156+
### Ubuntu
157+
158+
Add the F5 WAF for NGINX repositories:
159+
160+
```shell
161+
printf "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] \
162+
https://pkgs.nginx.com/app-protect/ubuntu `lsb_release -cs` nginx-plus\n" | \
163+
sudo tee /etc/apt/sources.list.d/nginx-app-protect.list
164+
165+
printf "deb [signed-by=/usr/share/keyrings/app-protect-security-updates.gpg] \
166+
https://pkgs.nginx.com/app-protect-security-updates/ubuntu `lsb_release -cs` nginx-plus\n" | \
167+
sudo tee /etc/apt/sources.list.d/app-protect-security-updates.list
168+
```
169+
170+
Update the repositories, then install the F5 WAF for NGINX package and its dependencies:
171+
172+
```shell
173+
sudo apt-get update
174+
sudo apt-get install app-protect
175+
```
176+
177177
## Update configuration files
178178

179179
{{< include "waf/install-update-configuration.md" >}}
@@ -184,4 +184,4 @@ sudo dnf install app-protect
184184

185185
## Next steps
186186

187-
{{< include "waf/install-next-steps.md" >}}
187+
{{< include "waf/install-next-steps.md" >}}

0 commit comments

Comments
 (0)