mirror of
https://github.com/DO1JLR/ansible_role_nginx.git
synced 2024-08-16 16:19:48 +02:00
6 lines
164 B
Text
6 lines
164 B
Text
ssl_protocols TLSv1.2 TLSv1.3;
|
|
ssl_prefer_server_ciphers on;
|
|
#ssl_stapling on;
|
|
#ssl_stapling_verify on;
|
|
#resolver 8.8.8.8 8.8.4.4 valid=300s;
|
|
#resolver_timeout 3s;
|