美文网首页
nginx+nfs+tomcat(https)

nginx+nfs+tomcat(https)

作者: 王哲理 | 来源:发表于2018-03-07 18:14 被阅读17次

    NGINX部署:

    yum -y install gcc gcc-c++ make libtool zlib zlib-devel openssl openssl-devel pcre pcre-devel vim wget

    wget http://nginx.org/download/nginx-1.13.9.tar.gz

    tar -xf nginx-1.13.9.tar.gz

    cd nginx-1.13.9

    ./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_realip_module --with-http_v2_module

    make && make install

    NGINX和Tomcat配置:

    https://www.jianshu.com/p/99be7550e131

    NFS部署:

    https://www.jianshu.com/p/94d0b68776a5

    NGINX日志切割:

    https://www.jianshu.com/p/3470e249c0b4

    Tomcat日志切割:

    https://www.jianshu.com/p/70252c551cb4

    相关文章

      网友评论

          本文标题:nginx+nfs+tomcat(https)

          本文链接:https://www.haomeiwen.com/subject/ujksfftx.html