NGINX Config Help required

have you done this, like the howto describes?

Generate DH params
(this takes some time)

openssl dhparam 2048 > /etc/nginx/dhparam.pem

Diffie-Hellman parameter for DHE ciphersuites, recommended 2048 bits

    ssl_dhparam /etc/nginx/dhparam.pem;

not sure if its still usefull or outdated ?

additionally what ssl protocols do you use: im going for:

ssl_protocols TLSv1.2;

edit:
got things running:

I’m still far away from a finished solution but with your help: grantthomas, jobenvil, Cisco i made a big step forward.
Thanks alot

PS:
I uploaded a 1 GB test file to my Seafile (avg. 80 MB/sek) and had to wait 15 seconds on my other PC for that it noticed and downloaded (again avg. 80MB/s) the new file. is that normal?

never the less I love this f***** program :slight_smile:

2 Likes