Skip to content

Commit

Permalink
Merge pull request #22 from terryzwt/patch-1
Browse files Browse the repository at this point in the history
rm resolver {{NGINX_RESOLVER}}; in nginx.conf
  • Loading branch information
tiredofit authored Aug 8, 2024
2 parents 62b4ad7 + b889247 commit 4e6e069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ http {
tcp_nopush on;
tcp_nodelay on;

resolver {{NGINX_RESOLVER}};

client_body_timeout {{NGINX_CLIENT_BODY_TIMEOUT}};
send_timeout {{NGINX_SEND_TIMEOUT}};
reset_timedout_connection on;
Expand Down

0 comments on commit 4e6e069

Please sign in to comment.