diff options
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
| -rw-r--r-- | src/http/modules/ngx_http_ssl_module.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h index acb0aeeb5..a705635ff 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -15,12 +15,17 @@ typedef struct { ngx_flag_t enable; + + ngx_ssl_t ssl; + + ngx_flag_t prefer_server_ciphers; + + ngx_uint_t protocols; + ngx_str_t certificate; ngx_str_t certificate_key; ngx_str_t ciphers; - - ngx_ssl_ctx_t *ssl_ctx; } ngx_http_ssl_srv_conf_t; |
