nginx添加echo模块后,在nignx的配置文件里设置一个变量,然后可是使用echo命令打印在这个变量的值。
下载echo模块包,地址:https://github.com/openresty/echo-nginx-module/
下载该包后解压,然后安装编译nginx。在配置nginx的时候,需要加上--add-module=/usr/local/echo-nginx-module参数。(注意:/usr/local/echo-nginx-module为echo模块解压的路径)
时间: 2024-10-25 08:10:18