Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error_page
Hello!
On Sun, Oct 11, 2009 at 07:26:21PM -0400, mazzy wrote:
> не вопрос.
>
> ОС FreeBSD 7.2-p4, nginx - 0.7.62
>
> /usr/local/etc/nginx.conf
>
> user www www;
> worker_processes 2;
> error_log /var/log/httpd/nginx.error;
> events {
> worker_connections 1024;
> }
> http {
> include mime.types;
> default_type application/octet-stream;
> log_format main '$remote_addr - $remote_user [$time_local] $request '
> '"$status" $body_bytes_sent "$http_referer" '
> '"$http_user_agent" "$http_x_forwarded_for"';
> access_log /var/log/httpd/nginx.access main;
> sendfile on;
> tcp_nopush on;
> tcp_nodelay on;
> keepalive_timeout 60;
> error_page 404 http://404.sarny.net.ua;
[...]
>
> server {
> listen 80;
> server_name 404.sarny.net.ua;
> root /usr/local/www/404;
> index index.php;
> access_log /var/log/httpd/404.access main;
> #error_page 404 http://404.sarny.net.ua;
> error_page 500 502 503 504 /50x.html;
[...]
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#error_page
Цитирую:
Директивы наследуются с предыдущего уровня при условии, что на
данном уровне не описаны свои директивы error_page.
Ещё вопросы?
Maxim Dounin
|