The official NGINX Open Source repository.
Go to file
Maxim Dounin f178835bfa Fixed segfault with try_files introduced by c985d90a8d1f.
If alias was used in a location given by a regular expression,
nginx used to do wrong thing in try_files if a location name (i.e.,
regular expression) was an exact prefix of URI.  The following
configuration triggered a segmentation fault on a request to "/mail":

    location ~ /mail {
        alias /path/to/directory;
        try_files $uri =404;
    }

Reported by Per Hansson.
2015-08-16 10:51:16 +03:00
auto Configure: style. 2015-04-03 18:20:57 +03:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: add more directives to vim syntax. 2014-10-22 15:31:19 +02:00
docs nginx-1.8.0-RELEASE 2015-04-21 17:11:58 +03:00
misc Updated OpenSSL used for win32 builds. 2015-03-23 02:44:41 +03:00
src Fixed segfault with try_files introduced by c985d90a8d1f. 2015-08-16 10:51:16 +03:00
.hgtags release-1.8.0 tag 2015-04-21 17:11:58 +03:00