Re: nginx регулярные выражения

quux nginx-forum на nginx.us
Вт Авг 23 11:00:46 UTC 2011


проксирование настроено так: 

location ~ \.php$ {
                fastcgi_pass   phpFCGICluster;
                fastcgi_index  index.php;
                fastcgi_param  SCRIPT_FILENAME 
$document_root$fastcgi_script_name;
                include fastcgi_params;
        }

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,214162,214174#msg-214174



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