FreeBSD & nginx

Sergey Shepelev temotor на gmail.com
Вт Ноя 23 16:37:13 MSK 2010


2010/11/23 KaMaToZzz <nginx-forum at nginx.us>:
> Не хочет заводиться nginx:
>
>
> [code]
> fun# /usr/local/etc/rc.d/nginx start
> Performing sanity check on nginx configuration:
> [emerg]: "if" directive is not allowed here in
> /usr/local/etc/nginx/sites-enabled/www:13
> configuration file /usr/local/etc/nginx/nginx.conf test failed
> Starting nginx.
> [emerg]: "if" directive is not allowed here in
> /usr/local/etc/nginx/sites-enabled/www:13
> /usr/local/etc/rc.d/nginx: WARNING: failed to start nginx
> [/code]
>

http://sysoev.ru/nginx/docs/http/ngx_http_rewrite_module.html#if
syntax: if (условие) { ... }
default: нет
context: server, location

Здесь написано, что if может быть только в блоке server или location.
А у вас она в блоке http.


Подробная информация о списке рассылки nginx-ru