提交 e0db68d2 authored 作者: Anthony Minessale's avatar Anthony Minessale

add string to url

上级 154678b6
......@@ -252,7 +252,7 @@ static switch_status_t do_config(void)
binding->host = switch_core_strdup(globals.pool, host);
binding->port = atoi(port);
binding->vars_map = vars_map;
binding->url = switch_mprintf("scgi://%s:%s", host, port);
binding->url = switch_mprintf("scgi://%s:%s/%s", host, port, bname);
if (bind_mask) {
binding->bindings = switch_core_strdup(globals.pool, bind_mask);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论