код ошибки в переменной

Alexey V. Karagodov kav at karagodov.name
Sat Feb 28 22:53:24 MSK 2009


всем привет

есть-ли в нгинх-е какая-либо  
переменная, содержащая код ответа ?  
( $error_code )


например:

error_page 400 404 500 502 /ERROR_PAGE_XXX;

                 location                        /ERROR_PAGE_XXX {
                         internal;
                         include                         include/ 
allow_all;
                         error_page                       
404                             /MISSING_ERROR_PAGE;
                         proxy_set_header                 
Host                            $host;
                         proxy_set_header                X-Real- 
IP                       $remote_addr;
                         proxy_set_header                X-Forwarded- 
For                 $proxy_add_x_forwarded_for;
                         proxy_set_header                X-Real- 
URI                      $request_uri;
                         proxy_set_header                X-Real- 
Request-Scheme           $scheme;
                         proxy_redirect                  false;
                         proxy_pass                      http://error/$host/$error_code.html 
;
                 }

...






More information about the nginx-ru mailing list