1
0
Files
hs.hsadmin.ng/Jenkins/nginx-proxy/options-ssl-nginx.conf
Michael Hoennig fee080dbf4 feature/jenkins-proxy (#182)
Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/182
Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
2025-07-01 11:58:20 +02:00

8 lines
256 B
Plaintext

ssl_session_cache shared:le_nginx_SSL:1m;
ssl_session_timeout 1440m;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers off;
ssl_ciphers "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:...";
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;