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 0392226 commit 0da096dCopy full SHA for 0da096d
1 file changed
modules/nginx/letsencrypt-conf.txt
@@ -27,9 +27,9 @@
27
ssl_early_data off;
28
ssl_ecdh_curve auto;
29
ssl_dhparam /var/www/certs/dhparam.pem;
30
- ssl_stapling on;
31
- ssl_stapling_verify on;
32
- ssl_trusted_certificate /var/www/certs/chain.pem; ## not fullchain.pem
+ ## ssl_stapling on;
+ ## ssl_stapling_verify on;
+ ## ssl_trusted_certificate /var/www/certs/chain.pem; ## not fullchain.pem
33
resolver 1.1.1.1 8.8.8.8 valid=300s; ## 86400s
34
resolver_timeout 10s;
35
0 commit comments