Changes between Version 2 and Version 3 of Ticket #97
- Timestamp:
- 06/14/12 21:04:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #97 – Description
v2 v3 5 5 alias /tmp/; 6 6 try_files $uri /test/y =404; 7 } 8 }}} 9 10 {{{ 11 # bug: request to "/test/x" will fallback to "fallback" instead of "/test/fallback" 12 location /test/ { 13 alias /tmp/; 14 try_files $uri /test/fallback?$args; 7 15 } 8 16 }}}