Changes between Version 2 and Version 3 of Ticket #97


Ignore:
Timestamp:
06/14/12 21:04:36 (12 years ago)
Author:
Maxim Dounin
Comment:

Added case from ticket #176.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #97 – Description

    v2 v3  
    55    alias /tmp/;
    66    try_files $uri /test/y =404;
     7}
     8}}}
     9
     10{{{
     11# bug: request to "/test/x" will fallback to "fallback" instead of "/test/fallback"
     12location /test/ {
     13    alias /tmp/;
     14    try_files $uri /test/fallback?$args;
    715}
    816}}}