переменные

RaPaMaN rapaman at virthost.net
Tue Nov 22 00:39:34 MSK 2005


Добрый день,

Добавил в конфиг конструкцию вида:

    if ( $query_string ~* 'thepage=(\d+)' ) {
        set $pagenum    $1;
    }
    if ($pagenum) {
    rewrite     ^.*$    /showlinks_$pagenum.htm permanent;
}


и получил вывод при запуске nginx -t:


2005/11/21 14:23:45 [emerg] 31703#0: could not build the http variables hash, 
you should increase either http variables_size: 500 or http 
variables_bucket_limit: 1
2005/11/21 14:23:45 [emerg] 31703#0: the configuration 
file /usr/local/nginx/conf/nginx.conf test failed

nginx 0.3.8

С Уважением,
Дмитрий.


More information about the nginx-ru mailing list