Re: Помогите правильно написать конфиг для CMS

Lystopad Aleksandr laa на laa.zp.ua
Вт Дек 29 12:03:12 UTC 2015


 Hello, admin на goplexltd.com!

On Tue, Dec 29, 2015 at 11:56:02AM +0000
admin на goplexltd.com wrote about "Re: Помогите правильно написать конфиг для CMS":
> Домен и пути я естественно поменял на свои.
> Испробывал все варианты предложенные вами, все равно получаю 502.
> Итоговый вариант конфига на котором пока остановился-
> server {
>     server_name  www.domain.com;
>     rewrite ^(.*) http://domain.com$1 permanent;
> }
> 
> server {
> 
>     server_name  domain.com;
> 
>     location / {
>         fastcgi_pass  localhost:9000;
>         fastcgi_param SCRIPT_FILENAME $document_root/rw.php;
>         fastcgi_param QUERY_STRING    $query_string;
>     }
> 
>     location ~ \.(gif|jpg|png|ico|swf|txt|js|css|zip|htc|ttf)$ {
>         root /var/www/html/images;
>     }
> }
> 
> Логи nginx
> 
> 2015/12/29 06:37:07 [error] 11380#0: *20 no live upstreams while connecting to upstream, client: 88.202.***.**, server: domain.com, request: "GET / HTTP/1.1", upstream: "fastcgi://localhost", host: "domain.com"
> 2015/12/29 06:37:08 [error] 11380#0: *21 connect() failed (111: Connection refused) while connecting to upstream, client: 88.202.***.**, server: domain.com, request: "GET / HTTP/1.1", upstream: "fastcgi://[::1]:9000", host: "domain.com"
> 2015/12/29 06:37:08 [error] 11380#0: *21 connect() failed (111: Connection refused) while connecting to upstream, client: 88.202.***.**, server: domain.com, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "domain.com"

Вам же написано ж четко в логе все что нужно.
Вы запустили на 9000 порту fastcgi-сервис? И почему нет?

-- 
 Lystopad Aleksandr 



Подробная информация о списке рассылки nginx-ru