А РХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev ][Date Next ][Thread Prev ][Thread Next ][Date Index ][Thread Index ]
Re: проблема с запуском nginx
To : nginx-ru@xxxxxxxxx
Subject : Re: проблема с запуском nginx
From : Vlad Borovcov <vlad.sub@xxxxxxxxxxx >
Date: Fri, 11 Mar 2011 14:18:11 +0600
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=feKedLR0B8QIsqe9O4r1jM+s/sbIBoasfdp4HjMpjzM=; b=EUDIoWrbmKMa7qzYP0hcYGm5G1h/j7mOq+VuntX13e8v8DRCCw94Um3M81oKGhVAWZ 4/bIl6WSXuLmXnEcfm0EoqGCo3jIGTI/sfkTh4SNTPY4dvIorX3OJFxh+sYVTdChx+G4 1wi6QjYt/43gvqBKHuO9+gEdueZixBp2p8gb0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=vVrh/S8GWPwkP0vkKhBG0sJEDHZFaOaSDZTcB9z58wTapyAYV6+qVUivUA3RECougE vhM69uSEQ1mNUp0/g+vGMFSQVGoQr6djgVx3+wTLCLJhy/dOc2521EtOEsKnlDfQO84t 1NVwZbF2Dz10QGNJHsptjkuOBDClSOCvczsCc=
In-reply-to: <793ce7cc0b2189d945da1d1b77a9186a.NginxMailingListRussian@xxxxxxxxxxxxxxx >
References: <793ce7cc0b2189d945da1d1b77a9186a.NginxMailingListRussian@xxxxxxxxxxxxxxx >
Попробуйте проверить, всё ли впорядке с доменом serb.net . У меня как-то было такое, я уже правда не помню с чем, но какой-то сервис напрочь отказывался запускаться с несуществующим доменом.
11 марта 2011 г. 10:25 пользователь truper
<nginx-forum@xxxxxxxx > написал:
При старте выдает вот такую ошибку..
пишу через service start
starting nginx: [emerg]: the invalid "server_name" parameter in
/etc/nginx/sites-enabled/serb.net:3
вот мой конфиг вирт. хоста
server {
listen 80;
server_name serb.net ;
access_log /var/log/nginx.access_log;
location ~*
\.(jpg|jpeg|gif|png|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|tar|wav|bmp|rtf|swf|ico|flv|txt|xml|docx|xlsx)$
{
root /var/www/serb.net/ ;
index index.html index.php;
access_log off;
expires 30d;
}
location ~ /\.ht {
deny all;
}
location / {
proxy_pass http://127.0.0.1:81/ ;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-for $remote_addr;
proxy_set_header Host $host;
proxy_connect_timeout 60;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_redirect off;
proxy_set_header Connection close;
proxy_pass_header Content-Type;
proxy_pass_header Content-Disposition;
proxy_pass_header Content-Length;
}
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,182186,182186#msg-182186
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
-- -- C уважением, Владислав Боровцов e-mail: vlad@xxxxxxxxxxx с.т.: +7 983 173 4558 Skype: diver922
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru