Problems with fastcgi php migration
Ian M. Evans
ianevans at digitalhit.com
Thu Mar 13 16:01:08 MSK 2008
Igor Sysoev wrote:
> Well, could you show all locaitons of current config in form:
Here you go. Edited out the fastcgi_params for a shorter list.
location / {
local...
}
location ~ \.(shtml|php)$ {
fastcgi_pass...
}
location ~ ^/(testgalleries|galleries|poll|news|photos)(/|$) {
fastcgi_pass...
}
location ~* ^.+\.(jpg|etc|etc)$ {
local...
}
location ~* ^.+\.(gif|js)$ {
local...
}
More information about the nginx
mailing list