Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
if else
if ($host = 'domain') {
return 404;
}
else {
return 403;
}
вот на такую конструкцию nginx -t говорит 'nginx: [emerg] unknown
directive "else"'
что не так?
--
С уважением,
Боваев Бова
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|