Skip to content

Commit 2ab1faf

Browse files
authored
fix: move note in install guide (#1534)
1 parent d1f4ff4 commit 2ab1faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/nginx/admin-guide/installing-nginx/installing-nginx-plus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,14 @@ NGINX Plus can be installed on the following versions of Debian or Ubuntu:
213213
| sudo tee /etc/apt/sources.list.d/nginx-plus.list
214214
```
215215

216-
{{< details summary="Pin NGINX Plus to a specific version" >}}{{< call-out "note">}}{{< include "nginx-plus/install/pin-to-version/pin-debian-ubuntu-R32.md" >}}{{< /call-out >}}{{< /details >}}
217-
218216
1. Download the **nginx-plus** apt configuration to **/etc/apt/apt.conf.d**:
219217

220218
```shell
221219
sudo wget -P /etc/apt/apt.conf.d https://cs.nginx.com/static/files/90pkgs-nginx
222220
```
223221

222+
{{< details summary="Pin NGINX Plus to a specific version" >}}{{< call-out "note">}}{{< include "nginx-plus/install/pin-to-version/pin-debian-ubuntu-R32.md" >}}{{< /call-out >}}{{< /details >}}
223+
224224
1. Update the repository information:
225225

226226
```shell

0 commit comments

Comments
 (0)