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>
This commit is contained in:
7
Jenkins/nginx-proxy/options-ssl-nginx.conf
Normal file
7
Jenkins/nginx-proxy/options-ssl-nginx.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
Reference in New Issue
Block a user