Skip to content

Commit 4073895

Browse files
committed
fix: fix step
1 parent d671487 commit 4073895

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/nginx-one/agent/configure-instance-reporting/connect-using-squid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ TBD
3535
timeout: 10s
3636
```
3737

38-
1. Reload NGINX to apply the changes:
38+
1. Reload NGINX Agent to apply the changes:
3939

4040
```sh
41-
sudo nginx -s reload
41+
sudo systemctl restart nginx-agent
4242
```
4343

4444
### In a containerized environment
@@ -67,10 +67,10 @@ If your Squid proxy requires authentication, you can specify the username and pa
6767
password: "pass"
6868
```
6969

70-
1. Reload NGINX to apply the changes:
70+
1. Reload NGINX Agent to apply the changes:
7171

7272
```sh
73-
sudo nginx -s reload
73+
sudo systemctl restart nginx-agent
7474
```
7575

7676
### In a containerized environment

0 commit comments

Comments
 (0)