如何在 Debian 10 上安裝 Nginx 1.21.3
有人可以向我解釋如何在 Debian 10 上安裝 Nginx 1.21.3。
太感謝了
下面介紹如何安裝最新的 Nginx 1.21.3 版本
目前版本
Nginx 1.21.3 OpenSSL 3.0.0
完全支持的作業系統
(LTS) Debian 9 Stretch (LTS) Debian 10 Buster (LTS) Debian 11 Bullseye (LTS) Ubuntu 18.04 Bionic (LTS) Ubuntu 20.04 Focal
通過 DEB 安裝
apt install apt-transport-https lsb-release ca-certificates curl gnupg -y curl https://mirror-cdn.xtom.com/sb/nginx/public.key | apt-key add - echo "deb https://mirror-cdn.xtom.com/sb/nginx/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/sb-nginx.list apt update apt install nginx-extras -y
特徵
來自 Debian / Ubuntu 官方版本的所有內容都包括在內,以下 nginx 模組被添加到完整和額外的風格中:
ngx_brotli ngx_http_geoip2_module ngx_http_ipdb_module Statically built with OpenSSL 3.0.0, so you can use TLS 1.3 even on distributions that don't have OpenSSL .
版本資訊:
nginx 版本:使用 OpenSSL 3.0.0 建構的 nginx/1.21.3 2021 年 9 月 7 日啟用 TLS SNI 支持配置參數:–with-cc-opt=’-g -O2 -ffile-prefix-map=/build/nginx=。-fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2’ –with-ld-opt=’-Wl,-z,relro -Wl,-z,now -fPIC ’ –with-openssl=/build/nginx/../openssl –prefix=/usr/share/nginx –conf-path=/etc/nginx/nginx.conf –http-log-path=/var /log/nginx/access.log –error-log-path=/var/log/nginx/error.log –lock-path=/var/lock/nginx.lock –pid-path=/run/nginx .
桑德拉!Google說,你應該嘗試以下教程: https ://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-debian-10
;)