fastcgi_pass inheritance

Ben Maurer bmaurer at andrew.cmu.edu
Sun Dec 30 07:10:10 MSK 2007


Evan Miller wrote:
> Inheritance works through nesting, not through substring matching:
> 
>     location /fastcgi {
>         fastcgi_pass ...;
> 
>         location /fastcgi/specialscript {
>             error_page 500 ...;
>         }
>     }
> 
That configuration still doesn't work, the fastcgi isn't processed for 
specialscript

-b






More information about the nginx mailing list