Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: location для мультидомена
On Fri, Apr 16, 2010 at 11:50:11AM -0400, hg_04 wrote:
> для каждого сервера прописать location ~* ^.+\.(jpg и тд, или перечислить с if
>
> if ($host !~ ^site1\.com$) {
> root /home/user_1/site_1/http
> }
> if ($host !~ ^site2\.com$) {
> root /home/user_1/site_2/http
> }
>
>
> и т.д.
http://nginx.org/en/docs/http/converting_rewrite_rules.html
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|