An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Maxim Dounin ca495238bd Fixed segfault on configuration testing with ssl (ticket #37).
The following config caused segmentation fault due to conf->file not
being properly set if "ssl on" was inherited from the http level:

http {
    ssl on;
    server {
    }
}
2011-10-31 09:57:14 +00:00
auto Revamped "configure --help" text. 2011-10-26 13:18:33 +00:00
conf Adding m4a and m4v MIME types (closed #42). 2011-10-28 15:24:31 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.1.6-RELEASE 2011-10-17 15:10:23 +00:00
misc Removal of incomplete draft documentation processing. 2011-10-17 15:42:12 +00:00
src Fixed segfault on configuration testing with ssl (ticket #37). 2011-10-31 09:57:14 +00:00
.hgtags release-1.1.6 tag 2011-10-17 15:10:31 +00:00