Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: Nginx и виртуальные хосты
Hello Eugene,
Thursday, January 17, 2008, 3:03:11 PM, you wrote:
> Denis F. Latypoff пишет:
>>
>> server
>> {
>> listen ip:port;
>> server_name domain.com;
>>
>> location ~* ^/statics\/.*\.(png|jpg|jpeg|gif|swf)$
>> {
>> root /home/httpd/domain.com/statics;
>> }
>>
>> location /
>> {
>> proxy_pass http://127.0.0.1:8008;
>> }
>> }
> ^^^
> Тут получается надо еще симв. ссылку создавать в сайту с доменом 3 уровня?
не понял...
>>
>> server
>> {
>> listen ip:port;
>> server_name site1.domain.com;
>>
>> location ~* ^/statics\/.*\.(png|jpg|jpeg|gif|swf)$
>> {
>> root /home/httpd/site1.domain.com/statics;
>> }
>>
>> location /
>> {
>> proxy_pass http://127.0.0.1:8008;
>> }
>> }
>>
>> server
>> {
>> listen ip:port;
>> server_name site2.domain.com;
>>
>> location ~* ^/statics\/.*\.(png|jpg|jpeg|gif|swf)$
>> {
>> root /home/httpd/site2.domain.com/statics;
>> }
>>
>> location /
>> {
>> proxy_pass http://127.0.0.1:8008;
>> }
>> }
>>
> То есть кроме как создания списка location'ов больше никак?
предположим, что вариантов много, но я искренне верю в то, что этот наиболее
быстрый в плане скорости выполнения запроса.
> ---------------------
> с уважением Евгений Фоминых.
--
Best regards,
Denis mailto:denis@xxxxxxxxxx
|