diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-12-23 14:22:17 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-12-23 14:22:17 +0000 |
| commit | bd375b95662382d270567414d7c5a29987fa1c3f (patch) | |
| tree | 214b44a7e6d64b69f18afabde65be3250098c15c /src/http/modules/ngx_http_fastcgi_module.c | |
| parent | d741a7f8271ecc90799ceded75e390a413cb6dd0 (diff) | |
| download | nginx-bd375b95662382d270567414d7c5a29987fa1c3f.tar.gz nginx-bd375b95662382d270567414d7c5a29987fa1c3f.tar.bz2 | |
fix typo
Diffstat (limited to 'src/http/modules/ngx_http_fastcgi_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_fastcgi_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c index d7aa9b259..710b98db7 100644 --- a/src/http/modules/ngx_http_fastcgi_module.c +++ b/src/http/modules/ngx_http_fastcgi_module.c @@ -242,7 +242,7 @@ static ngx_command_t ngx_http_fastcgi_commands[] = { { ngx_string("fastcgi_bind"), NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, - ngx_http_upsteam_bind_set_slot, + ngx_http_upstream_bind_set_slot, NGX_HTTP_LOC_CONF_OFFSET, offsetof(ngx_http_fastcgi_loc_conf_t, upstream.local), NULL }, |
