nginx源码安装时,使用如下配置开启https和tsl支持。依赖系统中安装openssl。
./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_v2_module --with-http_gzip_static_module --with-openssl-opt="enable-tlsext"
nginx源码安装时,使用如下配置开启https和tsl支持。依赖系统中安装openssl。
./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_v2_module --with-http_gzip_static_module --with-openssl-opt="enable-tlsext"