Skip to content

Commit

Permalink
Update version in docker pull (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Dec 16, 2024
1 parent 7b60982 commit 5d1350b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/how-to/monitoring/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ To **resolve** this issue you will need to set `allowPrivilegeEscalation` to `tr

##### NGINX Plus failure to start or traffic interruptions

Beginning with NGINX Gateway Fabric 1.5.1, NGINX Plus requires a valid JSON Web Token (JWT) to run. If this is not set up properly, or your JWT token has expired, you may see errors in the NGINX logs that look like the following:
Beginning with NGINX Gateway Fabric 1.5.0, NGINX Plus requires a valid JSON Web Token (JWT) to run. If this is not set up properly, or your JWT token has expired, you may see errors in the NGINX logs that look like the following:

```text
nginx: [error] invalid license token
Expand Down
2 changes: 1 addition & 1 deletion site/content/installation/nginx-plus-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Replace the contents of `<JWT Token>` with the contents of the JWT token itself.
You can then pull the image:

```shell
docker pull private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:1.4.0
docker pull private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:1.5.1
```

Once you have successfully pulled the image, you can tag it as needed, then push it to a different container registry.
Expand Down

0 comments on commit 5d1350b

Please sign in to comment.