We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102f9db commit 9c819f4Copy full SHA for 9c819f4
README.md
@@ -57,6 +57,12 @@ http {
57
listen 443 ssl;
58
server_name "foo.com";
59
60
+ # SSL session ticket key sharing
61
+ # Put a dummy key to trigger external ticket key usage in nginx/OpenSSL
62
+ # init_by_lua* will replace this dummy key with existing cached keys
63
+ # or a random key if cached keys are not available.
64
+ ssl_session_ticket_key dummy.key;
65
+
66
...
67
}
68
0 commit comments