Skip to content

Commit 3e04688

Browse files
authored
Merge branch 'main' into revamp-spec-summary-table
2 parents b0caea3 + 9fd163c commit 3e04688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/includes/agent/installation/update-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To migrate NGINX Agent containers, we provide a script to convert NGINX Agent v2
1010
To upgrade the configuration, you can follow this example:
1111

1212
```shell
13-
wget https://raw.githubusercontent.com/nginx/agent/refs/heads/v3/scripts/packages/upgrade-agent-config.sh
13+
wget https://raw.githubusercontent.com/nginx/agent/refs/heads/main/scripts/packages/upgrade-agent-config.sh
1414
./upgrade-agent-config.sh --v2-config-file=./nginx-agent-v2.conf --v3-config-file=nginx-agent-v3.conf
1515
```
1616

content/nic/configuration/virtualserver-and-virtualserverroute-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- path: ~ ^/decaf/.*\\.jpg$
5252
action:
5353
pass: coffee
54-
- path: = /green/tea
54+
- path: =/green/tea
5555
action:
5656
pass: tea
5757
```

0 commit comments

Comments
 (0)