mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +08:00
fix typo
This commit is contained in:
parent
a0951d5494
commit
66dbcc8d38
@ -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…
Reference in New Issue
Block a user