roles/nginx: Switch nginx OCSP resolver to OpenDNS
We don't need to give Google EVERYTHING. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
a3d29a559b
commit
6422cb7507
@ -19,7 +19,7 @@
|
|||||||
# OCSP stapling...
|
# OCSP stapling...
|
||||||
ssl_stapling on;
|
ssl_stapling on;
|
||||||
ssl_stapling_verify on;
|
ssl_stapling_verify on;
|
||||||
resolver 8.8.4.4 8.8.8.8;
|
resolver 208.67.222.222 208.67.220.220;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# nginx does not auto-rotate session ticket keys: only a HUP / restart will do so and
|
# nginx does not auto-rotate session ticket keys: only a HUP / restart will do so and
|
||||||
|
Loading…
Reference in New Issue
Block a user