"feat(ssl): 为ahttp服务启用SSL支持"
This commit is contained in:
parent
fdb2f5c238
commit
1cb0152147
|
@ -15,7 +15,7 @@
|
||||||
"name": "ahttp",
|
"name": "ahttp",
|
||||||
"server": ["www.a.com"],
|
"server": ["www.a.com"],
|
||||||
"port": 8089,
|
"port": 8089,
|
||||||
"enable_ssl":false,
|
"enable_ssl":true,
|
||||||
"paths": [
|
"paths": [
|
||||||
{
|
{
|
||||||
"path": "/",
|
"path": "/",
|
||||||
|
|
Loading…
Reference in New Issue