Location problems
Cliff Wells
cliff at develix.com
Sat Mar 1 10:20:42 MSK 2008
On Fri, 2008-02-29 at 14:31 +0300, Igor Sysoev wrote:
> location / {
> error_page 404 = @fallback;
> }
>
> location @fallback {
> fastcgi_pass ...
> fastcgi_param SCRIPT_FILENAME /path/to/frontend.php;
> fastcgi_param QUERY_STRING control_path=$uri;
> ...
> }
Igor,
I've seen you use the "@" prefix on locations in several examples you've
given people. Is this just a notation you prefer or does it have some
significance?
Regards,
Cliff
More information about the nginx
mailing list