Skip to content

Commit 9e26fbc

Browse files
committed
fix: code blocks
1 parent 4073895 commit 9e26fbc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ TBD
2727

2828
```conf
2929
server:
30-
host: mgmt.example.com
31-
port: 443
32-
type: 1
33-
proxy:
34-
url: "http://proxy.example.com:3128"
35-
timeout: 10s
30+
host: mgmt.example.com
31+
port: 443
32+
type: 1
33+
proxy:
34+
url: "http://proxy.example.com:3128"
35+
timeout: 10s
3636
```
3737

3838
1. Reload NGINX Agent to apply the changes:
@@ -61,10 +61,10 @@ If your Squid proxy requires authentication, you can specify the username and pa
6161

6262
```conf
6363
proxy:
64-
url: "http://proxy.example.com:3128"
65-
auth_method: "basic"
66-
username: "user"
67-
password: "pass"
64+
url: "http://proxy.example.com:3128"
65+
auth_method: "basic"
66+
username: "user"
67+
password: "pass"
6868
```
6969

7070
1. Reload NGINX Agent to apply the changes:

0 commit comments

Comments
 (0)