mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-25 18:35:39 +00:00
boring-nginx
rootfs
etc
nginx
conf
headers_params
nginx.conf
proxy_params
ssl_params
vhost_http.conf
vhost_https.conf
usr
Dockerfile
README.md
dynamic_records.patch
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
LICENSE
README.md
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
ssl_protocols TLSv1.2 TLSv1.3;
|
|
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;
|