Re: Rewrite для livestreet CMS
Андрей Василишин
a.vasilishin на kpi.ua
Пн Апр 2 23:22:06 UTC 2012
03.04.2012 2:10, Oleksandr V. Typlyns'kyi написал:
> Версия 1.1.12+?
> http://mailman.nginx.org/pipermail/nginx/2011-December/031087.html
>
Да. 1.1.17, у меня даже с примером много чего общего :)
location ~ \.php$ {
proxy_pass http://backend;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header REQUEST_URI $request_uri;
proxy_set_header GEOIP_COUNTRY_CODE $geoip_country_code;
proxy_set_header GEOIP_COUNTRY_CODE3 $geoip_country_code3;
proxy_set_header GEOIP_COUNTRY_NAME $geoip_country_name;
proxy_connect_timeout 60;
proxy_send_timeout 60;
proxy_read_timeout 60;
}
--
WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE
Подробная информация о списке рассылки nginx-ru