Nginx的安装

./configure --prefix=/opt/nginx    --pid-path=/var/run/nginx/nginx.pid --lock-path=/var/lock/nginx.lock --error-log-path=${error_log} --http-log-path=${access_log} --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module
posted @ 2022-11-16 09:59  纤竹有泪  阅读(25)  评论(0)    收藏  举报