feat: default resolvers
This commit is contained in:
parent
100626f093
commit
0a1257b223
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ http {
|
|||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
# docker resolver and quad9;
|
||||
resolver 127.0.0.11 9.9.9.9 ipv6=off;
|
||||
|
||||
access_log /var/log/nginx/access.log main;
|
||||
|
||||
sendfile on;
|
||||
|
|
Loading…
Reference in a new issue