use different fastcgi backend in different folder

Samuel Vogel samydelux at gmail.com
Mon Sep 1 16:59:58 MSD 2008


Igor Sysoev schrieb:
> Try the following:
>
>         location ~ /pma/.+\.php$ {
>                 rewrite  ^/pma(/.+)$  $1  break;
>
>                 fastcgi_pass   127.0.0.1:9001;
>         }
Thanks, this works!
Even thou it works now, maybe somebody with some spare time could 
explain to me what this actually does.
I couldn't explain it to myself just with looking at the docs!

Thanks,
Samy





More information about the nginx mailing list