homestead中nginx替换为openresty

Posted 不骑乌骓

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了homestead中nginx替换为openresty相关的知识,希望对你有一定的参考价值。

wget https://openresty.org/download/openresty-1.11.2.2.tar.gz
tar -xzvf openresty-1.11.2.2.tar.gz
cd openresty-1.11.2.2

查看 nginx 编译选项:
[email protected]:/usr/local/src/openresty-1.11.2.2# nginx -V
nginx version: nginx/1.10.3
(省略)
./configure   --prefix=/usr/share/openresty --with-luajit --without-http_redis2_module --with-http_stub_status_module --with-http_v2_module --with-http_gzip_static_module --with-http_sub_module --with-openssl=/usr/local/src/openssl-1.0.2m

make
make install
最好把nginx -V查出来的配置写在新的配置上,注意原来的nginx安装在/usr/share/nginx下,现在要安装在/usr/share/openresty下需要把环境变量中nginx的启动脚本重新软链到新
的nginx中

以上是关于homestead中nginx替换为openresty的主要内容,如果未能解决你的问题,请参考以下文章

Laravel Nginx 站点配置文件(Homestead)

Homestead 修改 Homestead.yaml 文件后 vagrant up 报错的问题

为啥 laravel homestead 没有运行 Apache

怎么查看homestead自带的php

Win10搭建Laravel-HomeStead

在vagrant homestead上配置php.ini