Open bingooyong opened 5 years ago
OSX下手动安装openresty 由于brew默认无法指定模块,所以需要手动安装
brew install pcre openssl
./configure \ --with-cc-opt="-I/usr/local/opt/openssl/include/ -I/usr/local/opt/pcre/include/" \ --with-ld-opt="-L/usr/local/opt/openssl/lib/ -L/usr/local/opt/pcre/lib/" \ --with-pcre-jit \ --with-ipv6 \ --without-http_redis2_module \ --with-http_realip_module \ --with-http_ssl_module \ --with-http_stub_status_module \ --with-http_v2_module \ -j8
make -j8 && make install
编译安装
配置开机自启
添加脚本
生效脚本
配置日志切割
手动测试下脚本
验证脚本合法性
手动执行下后方可自动生效
其他命令