Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Исключение в location
On Dec 12, 2012, at 12:26 , Роман wrote:
> Подскажите как исключить в location / несколько папок?
Нужно мыслить не исключениями, а функциональностью:
location / {
...
}
location /папка/ {
...
}
location /мамка/ {
...
}
location /дедка/ {
...
}
location /бабка/ {
...
}
--
Igor Sysoev
http://nginx.com/support.html
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|