mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 04:39:05 +00:00
rewritten upstream
This commit is contained in:
parent
63ba5a61b5
commit
bf3aaac7ac
12 changed files with 123 additions and 101 deletions
|
|
@ -185,7 +185,7 @@ ngx_http_mysql_test(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
ngx_memzero(&u, sizeof(ngx_url_t));
|
||||
|
||||
u.url = value[1];
|
||||
u.default_portn = 3306;
|
||||
u.default_port = 3306;
|
||||
|
||||
if (ngx_parse_url(cf, &u) != NGX_OK) {
|
||||
if (u.err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue