Changes between Initial Version and Version 1 of Ticket #97
- Timestamp:
- 02/03/12 18:00:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #97
- Property Status new → accepted
-
Ticket #97 – Description
initial v1 9 9 10 10 {{{ 11 # bug: request to "/test/x" will try "/tmp/ test/x" instead of "/tmp/x"11 # bug: request to "/test/x" will try "/tmp/x/test/x" instead of "/tmp/x" 12 12 location ~ /test/(.*) { 13 13 alias /tmp/$1;