We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf01b8 commit 32327f5Copy full SHA for 32327f5
install/deb/nginx/nginx.conf
@@ -114,7 +114,7 @@ http {
114
ssl_session_tickets off;
115
ssl_stapling on;
116
ssl_stapling_verify on;
117
- resolver 1.0.0.1 1.1.1.1 valid=300s;
+ resolver 1.0.0.1 1.1.1.1 valid=300s ipv6=off;
118
resolver_timeout 5s;
119
add_header X-Frame-Options SAMEORIGIN;
120
add_header X-Content-Type-Options nosniff;
0 commit comments