Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
переменные
Добрый день,
Добавил в конфиг конструкцию вида:
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: 12005/11/21 14:23:45 [emerg] 31703#0: the configuration
file /usr/local/nginx/conf/nginx.conf test failed
nginx 0.3.8
С Уважением,Дмитрий.
|