File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3155,8 +3155,8 @@ The directive is supported when using OpenSSL 1.0.2 or higher and nginx 1.19.4 o
31553155Several ` lua_ssl_conf_command ` directives can be specified on the same level:
31563156
31573157```
3158- ssl_conf_command Options PrioritizeChaCha;
3159- ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256;
3158+ lua_ssl_conf_command Options PrioritizeChaCha;
3159+ lua_ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256;
31603160```
31613161
31623162Configuration commands are applied after OpenResty own configuration for SSL, so they can be used to override anything set by OpenResty.
Original file line number Diff line number Diff line change @@ -2679,8 +2679,8 @@ The directive is supported when using OpenSSL 1.0.2 or higher and nginx 1.19.4 o
26792679Several <code>lua_ssl_conf_command </code> directives can be specified on the same level:
26802680
26812681<geshi lang="nginx">
2682- ssl_conf_command Options PrioritizeChaCha;
2683- ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256;
2682+ lua_ssl_conf_command Options PrioritizeChaCha;
2683+ lua_ssl_conf_command Ciphersuites TLS_CHACHA20_POLY1305_SHA256;
26842684</geshi>
26852685
26862686Configuration commands are applied after OpenResty own configuration for SSL, so they can be used to override anything set by OpenResty.
You can’t perform that action at this time.
0 commit comments