mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
fix typo
This commit is contained in:
parent
a0951d5494
commit
66dbcc8d38
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ ngx_http_fastcgi_handler(ngx_http_request_t *r)
|
|||
if (r->subrequest_in_memory) {
|
||||
ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
|
||||
"ngx_http_fastcgi_module does not support "
|
||||
"subrequest in memeory");
|
||||
"subrequest in memory");
|
||||
return NGX_HTTP_INTERNAL_SERVER_ERROR;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue