网站推广 软件,规划设计公司年终总结,高新区规划建设局网站,建设商城网站价格新编译前#xff0c;在对应的nginx原编译文件夹 如#xff1a;nginx-1.23.0 下#xff0c;要 make clean 清空以前编译的objs文件夹#xff0c;实际上就是执行了rm objs文件夹。 很多要用到git#xff0c;先yum install git -y echo-nginx-module
让nginx直接使用echo的…新编译前在对应的nginx原编译文件夹 如nginx-1.23.0 下要 make clean 清空以前编译的objs文件夹实际上就是执行了rm objs文件夹。 很多要用到git先yum install git -y echo-nginx-module
让nginx直接使用echo的模块方便调试。可在locatin下使用
下载
git clone https://github.com/openresty/echo-nginx-module.git
git clone http://github.com/openresty/echo-nginx-module.git
git clone git://github.com/openresty/echo-nginx-module.git
以上都试一下实验时http的成功了。
填上下载下来的模块的路径configue就好 例子 奇怪的是如果有了return即使echo写在return之前curl以后依然不会有echo的输出。