mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 07:35:41 +00:00
add reverse based on xataz/reverse (temporary)
This commit is contained in:
10
reverse/rootfs/nginx/conf.d/ssl.conf
Normal file
10
reverse/rootfs/nginx/conf.d/ssl.conf
Normal file
@ -0,0 +1,10 @@
|
||||
ssl_protocols TLSv1.2;
|
||||
ssl_ecdh_curve X25519:P-521:P-384;
|
||||
ssl_ciphers EECDH+CHACHA20:EECDH+AESGCM;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
ssl_session_cache shared:SSL:20m;
|
||||
ssl_session_timeout 15m;
|
||||
ssl_session_tickets off;
|
||||
|
||||
add_header Strict-Transport-Security "max-age=31536000";
|
Reference in New Issue
Block a user