generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
🔥 p2Priority 2: Impacts production; non-emergencyPriority 2: Impacts production; non-emergencybugSomething isn't workingSomething isn't workingcustomer-feedbackproduct/nginx-plusIssues related to NGINX Plus (and NGINX Open Source in docs.nginx.com)Issues related to NGINX Plus (and NGINX Open Source in docs.nginx.com)
Description
Move note in Ubuntu installation procedure (after Step 9)
Description
A customer reported confusion with the placement of the “Learn how to pin NGINX Plus to a specific version” note in the Ubuntu installation procedure.
The note currently appears too early (above Step 9) and references updating the repository before users have actually downloaded the nginx-plus
apt configuration.
This caused the customer to miss the correct sequencing and require support.
Current behavior
- The note appears before Step 9, which leads readers to run
apt update
too early. - Users who want to pin a version may follow the wrong order and run into package errors.
Expected behavior
- The note should appear immediately after Step 9 (the
wget
step) so that users see it once they’ve downloaded the apt configuration. - This ensures the repository is in place before attempting to update and pin versions.
Impact
- Reduces customer confusion when pinning NGINX Plus versions.
- Prevents unnecessary support cases caused by sequencing issues.
Suggested change
- Move the “Learn how to pin NGINX Plus to a specific version” note to appear directly after Step 9.
- Remove the redundant
apt update
inside the note since Step 10 already covers it, or clarify sequencing if needed.
Customer feedback

Metadata
Metadata
Assignees
Labels
🔥 p2Priority 2: Impacts production; non-emergencyPriority 2: Impacts production; non-emergencybugSomething isn't workingSomething isn't workingcustomer-feedbackproduct/nginx-plusIssues related to NGINX Plus (and NGINX Open Source in docs.nginx.com)Issues related to NGINX Plus (and NGINX Open Source in docs.nginx.com)