guzhengguo 发表于 2019-9-7 03:38:32

请教军哥,如何使用ngx_http_secure_link_module模块

请教军哥,如何使用ngx_http_secure_link_module模块。1.4的集成安装包,是否默认自带了secure_link模块?

licess 发表于 2019-9-7 15:29:01

该模块不默认安装
http://nginx.org/en/docs/http/ngx_http_secure_link_module.html

This module is not built by default, it should be enabled with the --with-http_secure_link_module configuration parameter.

可以参考官网nginx升级教程修改lnmp.conf添加上这个模块

蛋蛋的蛋 发表于 2020-4-1 23:35:01

本帖最后由 蛋蛋的蛋 于 2020-4-1 23:36 编辑

licess 发表于 2019-9-7 15:29
该模块不默认安装
http://nginx.org/en/docs/http/ngx_http_secure_link_module.html


这个模块 lnmp.conf 如何配置
Download_Mirror='https://soft.vpser.net'

Nginx_Modules_Options=''
PHP_Modules_Options=''

##MySQL/MariaDB database directory##
MySQL_Data_Dir='/usr/local/mysql/var'
MariaDB_Data_Dir='/usr/local/mariadb/var'
##Default website home directory##
Default_Website_Dir='/home/wwwroot/default'

Enable_Nginx_Openssl='y'
Enable_PHP_Fileinfo='y'
Enable_Nginx_Lua='y'
Enable_Swap='y'

licess 发表于 2020-4-2 09:06:54

Nginx_Modules_Options='--with-http_secure_link_module'
然后升级nginx
页: [1]
查看完整版本: 请教军哥,如何使用ngx_http_secure_link_module模块