Changes between Initial Version and Version 1 of Ticket #97


Ignore:
Timestamp:
02/03/12 18:00:54 (12 years ago)
Author:
Maxim Dounin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #97

    • Property Status newaccepted
  • Ticket #97 – Description

    initial v1  
    99
    1010{{{
    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"
    1212location ~ /test/(.*) {
    1313    alias /tmp/$1;