Кусок конфига:
#75 location /genres/ {
#76 rewrite ^/genres/([0-9]{1,2})/$
/genres_images.php?id=$1 break;
#77 }
[root@xxxxxxxxxx:~]# nginx -t
2006/02/20 12:02:06 [emerg] 1438#0: directive "rewrite" in
/usr/local/etc/nginx/nginx.conf:76 is not terminated by ";"
2006/02/20 12:02:06 [emerg] 1438#0: the configuration file
/usr/local/etc/nginx/nginx.conf test failed
Подскажите, плиз, в чем ошибка?