add ssl options on config in README
This commit is contained in:
parent
44787b0f7d
commit
3e9f077187
|
@ -69,6 +69,9 @@ if ($response->done) {
|
||||||
debug : 1
|
debug : 1
|
||||||
protocol : https://
|
protocol : https://
|
||||||
hostname : pwsserver.docker
|
hostname : pwsserver.docker
|
||||||
|
# ssl options
|
||||||
|
verifypeer : 0
|
||||||
|
verifyhost : 0
|
||||||
# file storing the server 's session id - must be out of DocumentRoot and read/writable by server
|
# file storing the server 's session id - must be out of DocumentRoot and read/writable by server
|
||||||
store : wsess
|
store : wsess
|
||||||
login : test
|
login : test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user