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, 5:20:06 PM, you wrote:
> Denis F. Latypoff пишет:
>> 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 уровня?
>>
>> не понял...
>>
> Я имел в виду что все хосты изначально третьего уровня.
> А к ним уже через алиас в Апаче привязываются домены второго уровня.
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#server_name
> ---------------------
> с уважением Евгений Фоминых.
--
Best regards,
Denis mailto:denis@xxxxxxxxxx
|