commit | 0750df4f16d6e39dfdf36ce69f363499aceff7d5 | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Wed May 28 20:18:05 2014 +0400 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Wed May 28 20:18:05 2014 +0400 |
tree | 9a40daf9a0e3af59d5ee47f2a03b508cf512de66 | |
parent | e9a70114a2b91a5d60f6205739d4207575e8495c [diff] |
Fixed config parsing of the last try_files parameter. Do not taste the last parameter against directory, as otherwise it would result in the trailing slash being cut from the parameter value. Notably, this prevents an internal redirect to an empty URI if the parameter is set to the literal slash: location / { try_files $uri /; }