forked from Hakase/nginx-build
Add support config strict_sni - on/off
This commit is contained in:
@@ -382,6 +382,7 @@ struct ngx_http_core_loc_conf_s {
|
||||
ngx_flag_t sendfile; /* sendfile */
|
||||
ngx_flag_t aio; /* aio */
|
||||
ngx_flag_t aio_write; /* aio_write */
|
||||
ngx_flag_t strict_sni; /* strict_sni */
|
||||
ngx_flag_t tcp_nopush; /* tcp_nopush */
|
||||
ngx_flag_t tcp_nodelay; /* tcp_nodelay */
|
||||
ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */
|
||||
|
||||
Reference in New Issue
Block a user