Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: location для мультидомена
для каждого сервера прописать 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
}
и т.д.
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,74534,75797#msg-75797
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|