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