diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2011-10-31 09:57:14 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2011-10-31 09:57:14 +0000 |
commit | ca495238bdae985d1debef8df804087b12d8313d (patch) | |
tree | 9c4d19d0226efd6c95e5453ff18142f95443e186 /src/http/modules/ngx_http_status_module.c | |
parent | 0d59500343d3cea70b89eb57e45be86da69c0f8d (diff) | |
download | nginx-ca495238bdae985d1debef8df804087b12d8313d.tar.gz nginx-ca495238bdae985d1debef8df804087b12d8313d.zip |
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 {
}
}
Diffstat (limited to 'src/http/modules/ngx_http_status_module.c')
0 files changed, 0 insertions, 0 deletions