nginx: remove old workaround

This commit is contained in:
Michele Guerini Rocco 2021-09-30 02:29:05 +02:00
parent a338d6e285
commit b017591305
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -343,16 +343,7 @@
{ {
enable = true; enable = true;
enableReload = true; enableReload = true;
commonHttpConfig = '' recommendedTlsSettings = true;
# recommendedTlsSettings = true;
# android doesn't like this one:
# ssl_ecdh_curve secp384r1;
ssl_session_cache shared:SSL:42m;
ssl_session_timeout 23m;
ssl_prefer_server_ciphers on;
ssl_stapling on;
ssl_stapling_verify on;
'';
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedProxySettings = true; recommendedProxySettings = true;