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 1e76a72 commit 1e6e771Copy full SHA for 1e6e771
1 file changed
config/nginx.conf.erb
@@ -10,7 +10,7 @@ http {
10
server_tokens off;
11
12
# DNS resolver for proxy_pass
13
- resolver 8.8.8.8 1.1.1.1 valid=30s;
+ resolver 9.9.9.9 valid=30s;
14
15
# Security headers
16
add_header X-Frame-Options "SAMEORIGIN" always;
0 commit comments