株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

stable版の20.1をインストール

sudo apt -y update
sudo apt -y install curl gnupg2 ca-certificates lsb-release
| sudo tee /etc/apt/sources.list.d/nginx.list
echo "deb http://nginx.org/packages/ubuntu `lsb_release -cs`
 nginx" | sudo tee /etc/apt/sources.list.d/nginx.list
curl -fsSL https://nginx.org/keys/nginx_signing.key | sudo apt-key add -
sudo apt-key fingerprint ABF5BD827BD9BF62
sudo apt -y update
sudo apt-cache showpkg  nginx
sudo apt-get install 1.20.1

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)