@@ -127,27 +127,6 @@ Install the F5 WAF for NGINX package and its dependencies:
127
127
sudo dnf install app-protect
128
128
```
129
129
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
-
151
130
### RHEL / Rocky Linux 9
152
131
153
132
Add the F5 WAF for NGINX repository:
@@ -174,6 +153,27 @@ Install the F5 WAF for NGINX package and its dependencies:
174
153
sudo dnf install app-protect
175
154
```
176
155
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
+
177
177
## Update configuration files
178
178
179
179
{{< include "waf/install-update-configuration.md" >}}
@@ -184,4 +184,4 @@ sudo dnf install app-protect
184
184
185
185
## Next steps
186
186
187
- {{< include "waf/install-next-steps.md" >}}
187
+ {{< include "waf/install-next-steps.md" >}}
0 commit comments