银河麒麟V10 SP1可用nginx-1.27.2二进制免安装版本

2024-10-17 分类:教程 作者:刺猬

采用官方最新Nginx1.27.2版本。适用于国产化操作系统:银河麒麟V10版本,使用nginx-portable编译,默认路径为/app/nginx,如果从之前版本升级,建议检查路径是否一致,可以采用备份配置文件进行卸载之前的版本,然后安装此版本,或者使用软链接进行配置。后期nginx官方发布新版本后,博客会在第一时间进行编译升级。

适用于银河麒麟V10:
nginx-1.27.2.kylin.tar.gz

默认编译参数:

./configure --prefix=/app/nginx  --with-http_realip_module --http-client-body-temp-path=tmp/client_body_temp/ --http-proxy-temp-path=tmp/proxy_temp/ --http-fastcgi-temp-path=tmp/fastcgi_temp/ --http-uwsgi-temp-path=tmp/uwsgi_temp/ --http-scgi-temp-path=tmp/scgi_temp/ --with-ipv6 --with-http_ssl_module --with-http_gzip_static_module --with-http_stub_status_module --with-http_v2_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --without-http_fastcgi_module > ../../logs/compile.log

程序内置nginx.service进行管理,请执行 bash start.sh 进行程序安装,然后可以使用service进行控制。

如何手动管理二进制包Nginx?

启动:./nginx
停止:./nginx -s stop
重启:./nginx -s reload
检查配置正确性:./nginx -t
查看Nginx版本信息:./nginx -v
» 本文链接:银河麒麟V10 SP1可用nginx-1.27.2二进制免安装版本
» 转载请注明来源:刺客博客
» 如果文章失效或者安装失败,请留言进行反馈。
继续阅读