mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-29 12:25:40 +00:00
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
rainloop
reverse
rootfs
etc
nginx
conf
conf.d
ct.conf
headers.conf
hsts.conf
ocsp.conf
proxy.conf
ssl.conf
path.d
sites-enabled
www
usr
Dockerfile
README.md
auto_upgrade.sh
docker-compose.yml
rtorrent-flood
rutorrent
tor
LICENSE
README.md
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
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;
|
|
ssl_dyn_rec_enable on;
|