mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
|
# generated 2022-11-23, Mozilla Guideline v5.6, nginx 1.23, OpenSSL 1.1.1k, modern configuration
|
||
|
# https://ssl-config.mozilla.org/#server=nginx&version=1.23&config=modern&openssl=1.1.1k&guideline=5.6
|
||
|
|
||
|
ssl_session_cache shared:le_nginx_SSL:10m;
|
||
|
ssl_session_timeout 1440m;
|
||
|
ssl_session_tickets off;
|
||
|
|
||
|
ssl_protocols TLSv1.3;
|
||
|
ssl_prefer_server_ciphers off;
|
||
|
|
||
|
# OCSP stapling
|
||
|
ssl_stapling on;
|
||
|
ssl_stapling_verify on;
|