Skip to content

Commit

Permalink
add google resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
rahgozar94725 committed Feb 9, 2023
1 parent 86a51eb commit 5d77861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx-sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ http {
ssl_stapling on;
ssl_stapling_verify on;
ssl_trusted_certificate /opt/cert/fullchain.crt;
resolver 8.8.8.8;
set $sts_header "";
if ($https) {
set $sts_header "max-age=31536000";
Expand Down

0 comments on commit 5d77861

Please sign in to comment.