摘要:
卸载nginx rm -rf file /usr/local/nginx* nginx正向代理默认只支持http,不支持https,需借助第三方模块“ngx_http_proxy_connect_module”来实现(https://github.com/chobits/ngx_http_proxy 阅读全文
摘要:
出现这个问题一般不是Nginx的版本高就是服务器版本高的问题 解决办法:在nginx安装文件夹下输入 [root@humanyr nginx-1.6.2]# vim src/os/unix/ngx_user.c 进去编辑找到红框中的代码段,如图将它注释保存退出重新make即可 阅读全文
摘要:
安装nginx中error: this statement may fall through [-Werror=implicit-fallthrough=] 输入 make CFLAGS='-Wno-implicit-fallthrough' 即可 阅读全文