Skip to content

Commit 223139d

Browse files
authored
chore: fix typos introduced by PR #1890 (#1892)
1 parent 6c1a2e9 commit 223139d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3155,8 +3155,8 @@ The directive is supported when using OpenSSL 1.0.2 or higher and nginx 1.19.4 o
31553155
Several `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

31623162
Configuration commands are applied after OpenResty own configuration for SSL, so they can be used to override anything set by OpenResty.

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,8 +2679,8 @@ The directive is supported when using OpenSSL 1.0.2 or higher and nginx 1.19.4 o
26792679
Several <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
26862686
Configuration commands are applied after OpenResty own configuration for SSL, so they can be used to override anything set by OpenResty.

0 commit comments

Comments
 (0)