comparison src/http/modules/ngx_http_ssl_module.h @ 90:71c46860eb55 NGINX_0_1_45

nginx 0.1.45 *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <http://sysoev.ru>
date Thu, 08 Sep 2005 00:00:00 +0400
parents 72eb30262aac
children ca4f70b3ccc6
comparison
equal deleted inserted replaced
89:7ed9767f1c4e 90:71c46860eb55
9 9
10 10
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 #include <ngx_http.h> 13 #include <ngx_http.h>
14
15
16 typedef struct {
17 ngx_str_t engine;
18 } ngx_http_ssl_main_conf_t;
19 14
20 15
21 typedef struct { 16 typedef struct {
22 ngx_flag_t enable; 17 ngx_flag_t enable;
23 ngx_str_t certificate; 18 ngx_str_t certificate;