Skip to content

chore: update the nginx-agent.conf example to Agent V3 version. #855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,16 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
3. Add the following configuration. Replace `YOUR_DATA_PLANE_KEY_HERE` with your actual data plane key and `YOUR_PROXY_IP_ADDRESS_HERE` with the IP address of the NGINX proxy instance.

```yaml
server:
# Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Data Plane Key.
token: "YOUR_DATA_PLANE_KEY_HERE"
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
host: YOUR_PROXY_IP_ADDRESS_HERE
grpcPort: 5000
command: agent.connect.nginx.com
metrics: agent.connect.nginx.com
tls:
enable: true
skip_verify: false
command:
server:
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
host: YOUR_PROXY_IP_ADDRESS_HERE
port: 443
auth:
# Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Console data plane key.
token: "YOUR_DATA_PLANE_KEY_HERE"
tls:
skip_verify: False
```

4. Restart NGINX Agent:
Expand Down
Loading