|
@@ -234,9 +234,10 @@ tls_max_connections=2048
|
|
/* For OpenSSL 3 integration
|
|
/* For OpenSSL 3 integration
|
|
* functions calling libssl3 can be invoked in a transient thread
|
|
* functions calling libssl3 can be invoked in a transient thread
|
|
* 0: disable threaded calls
|
|
* 0: disable threaded calls
|
|
- * 1: use thread executors for process#0 only
|
|
|
|
- * 2: no thread executors, but use atfork handler to reset thread-locals to NULL
|
|
|
|
|
|
+ * 1: use thread executors for process #0 only
|
|
|
|
+ * 2: no thread executors, but use atfork handler to reset thread-locals to NULL */
|
|
tls_threads_mode=2
|
|
tls_threads_mode=2
|
|
|
|
+
|
|
#!endif
|
|
#!endif
|
|
|
|
|
|
/* set it to yes to enable sctp and load sctp.so module */
|
|
/* set it to yes to enable sctp and load sctp.so module */
|