# ls -al /etc/runlevels/ /etc/runlevels/boot/
/etc/runlevels/:
total 24
drwxr-xr-x 6 root root 4096 Jun 17 2008 .
drwxr-xr-x 56 root root 4096 Aug 10 12:58 ..
drwxr-xr-x 2 root root 4096 Sep 18 2010 boot
drwxr-xr-x 2 root root 4096 May 13 2011 default
drwxr-xr-x 2 root root 4096 Jun 17 2008 nonetwork
drwxr-xr-x 2 root root 4096 Jun 17 2008 single
/etc/runlevels/boot/:
total 8
drwxr-xr-x 2 root root 4096 Sep 18 2010 .
drwxr-xr-x 6 root root 4096 Jun 17 2008 ..
lrwxrwxrwx 1 root root 20 Sep 18 2010 bootmisc -> /etc/init.d/bootmisc
lrwxrwxrwx 1 root root 19 Sep 18 2010 checkfs -> /etc/init.d/checkfs
lrwxrwxrwx 1 root root 21 Sep 18 2010 checkroot -> /etc/init.d/checkroot
lrwxrwxrwx 1 root root 17 Sep 18 2010 clock -> /etc/init.d/clock
lrwxrwxrwx 1 root root 20 Sep 18 2010 hostname -> /etc/init.d/hostname
lrwxrwxrwx 1 root root 19 Sep 18 2010 keymaps -> /etc/init.d/keymaps
lrwxrwxrwx 1 root root 22 Sep 18 2010 localmount -> /etc/init.d/localmount
lrwxrwxrwx 1 root root 19 Sep 18 2010 modules -> /etc/init.d/modules
lrwxrwxrwx 1 root root 18 Sep 18 2010 net.lo -> /etc/init.d/net.lo
lrwxrwxrwx 1 root root 21 Sep 18 2010 rmnologin -> /etc/init.d/rmnologin
lrwxrwxrwx 1 root root 19 Sep 18 2010 urandom -> /etc/init.d/urandom
# ls -la /bin/ls
-rwxr-xr-x 1 root root 117912 Aug 16 2010 /bin/ls
if (r->headers_in.content_length_n != -1
&& !r->discard_body
&& clcf->client_max_body_size
&& clcf->client_max_body_size < r->headers_in.content_length_n)
{
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
"client intended to send too large body: %O bytes",
r->headers_in.content_length_n);
(void) ngx_http_discard_request_body(r);
ngx_http_finalize_request(r, NGX_HTTP_REQUEST_ENTITY_TOO_LARGE);
return NGX_OK;
}
Предположим что отрезать нужно 1 уровень, если надо будет больше — надо будет править регулярки