1 Star 0 Fork 0

heiheichao / softbag

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install_nginx.sh 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
window 提交于 2018-03-26 15:44 . '软件包'
#!/bin/bash
groupadd www
useradd -g www -s /usr/sbin/nologin www
cd /usr/local/src/tar
tar zxvf nginx-1.11.3.tar.gz
cd nginx-1.11.3/
./configure --user=www --group=www \
--prefix=/usr/local/nginx \
--with-http_stub_status_module \
--with-http_ssl_module \
--with-pcre=/usr/local/src/tar/pcre-8.39 \
--with-openssl=/usr/local/src/tar/openssl-1.0.1t
make && make install
1
https://gitee.com/heiheichao/softbag.git
git@gitee.com:heiheichao/softbag.git
heiheichao
softbag
softbag
master

搜索帮助