|
|
|
|
АРХИВ :: nginx-ru
|
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Пример в докумен тации proxy_pass и fastcgi_pass
- To: nginx-ru@xxxxxxxxx
- Subject: Пример в докумен тации proxy_pass и fastcgi_pass
- From: Anton Bessonov <exelib@xxxxxxxxxxxxxx>
- Date: Fri, 04 Sep 2009 18:04:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=KfNGts0/2qMEVy2PnK4Dl+0sbnGAlZEM5OV/CJy6SeI=; b=NaLr11IBPH28EsQ/5y4uOO6/pVYNhTtPFZzJDTisfCFnD1aA+Vpnk/P9R2fTLQPlbT DslVEkD6Akne7fwXsX7mI7YgG9jkqUB0bIKVIzB4DdBh8rE1vHaKSXp2FV8gFFtbYlhd wHpzJ2a+lCpTwrhGgx0FOfykXLtwVa5NUTMtw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=J4GpqLfTQICyBfDO5Q1r/eVdDAmZpH+Tx7XYbJ+qa1MziL6wLM+6dda6xXO9BTXgVm pnJWP62AFYxfVb+JlDVECCU0rxHRKgdlAKp7Z5tMyDbxL8xhcEjsFScwXATfCuPgAfyj ylOe9Er14zSMrW7lKIyKQjETYijHvXh2fVSaM=
- In-reply-to: <452971341.20090904000321@xxxxxxxxx>
- References: <452971341.20090904000321@xxxxxxxxx>
http://sysoev.ru/nginx/docs/http/ngx_http_upstream.html
Пример для proxy_pass не походит к дериктиве fastcgi_pass.
fastcgi_pass *backend*;
используется без http:// - это так и задуманно?
|
|
|