Re[2]: server_name в 3 знака не обрабатывается.
Arkadiy Kulev
eth at ethaniel.com
Tue Feb 10 23:29:21 MSK 2009
Hello Igor,
высылаю все конфиги.
Monday, February 9, 2009, 2:22:51 PM, you wrote:
> On Mon, Feb 09, 2009 at 02:18:08PM +0300, Arkadiy Kulev wrote:
>> У меня есть домен unf.ru, после обновления до 0.7.33 эта
>> конструкция перестала работать и запрос дефолтным сервером.
>>
>> server {
>> listen 80;
>> server_name .unf.ru;
>> root /home/unf;
>>
>> location / {
>> index index.php;
>> autoindex off;
>> }
>>
>> location ~* ^.+\.(php)$ {
>> include /home/storage/node/conf/freebsd/nginx/fastcgi.conf;
>> }
>> }
>>
>>
>> Я криворук? Просто такая же конструкция, но уже для monto.ru
>> работает нормально:
>>
>>
>> server {
>> listen 80;
>> server_name .monto.ru;
>> root /home/monto;
>>
>> location / {
>> index index.php;
>> autoindex off;
>> }
>>
>> location ~* ^.+\.(php)$ {
>> include /home/storage/node/conf/freebsd/nginx/fastcgi.conf;
>> }
>> }
> В какой версии это ещё работало ?
> Можно прислать мне список всех server_name и hostname сайта ?
Arkadiy Kulev mailto:eth at ethaniel.com
+7 495 5070602
Moscow, Russia
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nginx.conf
Type: application/octet-stream
Size: 1079 bytes
Desc: not available
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20090210/97b96859/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gallery.conf
Type: application/octet-stream
Size: 1263 bytes
Desc: not available
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20090210/97b96859/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postavka.conf
Type: application/octet-stream
Size: 1697 bytes
Desc: not available
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20090210/97b96859/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smallersites.conf
Type: application/octet-stream
Size: 1756 bytes
Desc: not available
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20090210/97b96859/attachment-0003.obj>
More information about the nginx-ru
mailing list