rewrite с if(-f ...)

Andrew Velikoredchanin andy at atomail.com
Thu Jun 1 02:45:52 MSD 2006


Вот в этой конструкции:
if (!-f $request_filename) {
   break;
   proxy_pass  http://127.0.0.1;
}
если поставить вместо proxy_pass root, то все срабатывает. Но если
подставить alias, происходит ошибка:
[emerg] 6484#0: directive "alias" in
/usr/local/nginx/conf/nginx.conf:398 is not allowed here
Это так и должно быть?





More information about the nginx-ru mailing list