Skip to content

Commit a8b9812

Browse files
committed
Added SSL sample to conf.d
1 parent b2f2287 commit a8b9812

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

conf/conf.d/SSL-sample.conf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#TransportContext:myContext {
2+
# ssl;
3+
# certFile "/path/to/cert.pem";
4+
# pkFile "/path/to/privkey.pem";
5+
# passphrase "";
6+
# verifyPeer true;
7+
# allowSelfSigned true;
8+
#}
9+
#
10+
# Then let's use the context:
11+
#
12+
#Pool:HTTPServer {
13+
# listen "tcp://0.0.0.0:80", "tcp://0.0.0.0:443##myContext";
14+
# port 80;
15+
# privileged;
16+
# #maxconcurrency 1;
17+
#}

0 commit comments

Comments
 (0)