Skip to content

Commit b962e38

Browse files
authored
docs: update nginx.mdx
1 parent 46b9ab8 commit b962e38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/paas/docker/related-apps/nginx.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ http {
9292
access_log /dev/stdout;
9393
error_log stderr;
9494
95-
resolver 127.0.0.11 valid=300s ipv6=off;
95+
resolver 127.0.0.11 valid=5s ipv6=off;
9696
resolver_timeout 10s;
9797
9898
upstream main {
@@ -158,7 +158,7 @@ scgi_temp_path /tmp/scgi_temp;`}
158158
<div className="h-2" />
159159
<div dir='ltr'>
160160
<Highlight className="config">
161-
{`resolver 127.0.0.11 valid=300s ipv6=off;
161+
{`resolver 127.0.0.11 valid=5s ipv6=off;
162162
resolver_timeout 10s;
163163
164164
upstream main {
@@ -179,4 +179,4 @@ upstream main {
179179
</p>
180180
</Alert>
181181

182-
</Layout>
182+
</Layout>

0 commit comments

Comments
 (0)