「.NET 開発基盤部会 Wiki」は、「Open棟梁Project」,「OSSコンソーシアム .NET開発基盤部会」によって運営されています。
export http_proxy=http://ユーザID:パスワード@http://プロキシ:ポート export https_proxy=$http_proxy curl http://nginx.org/keys/nginx_signing.key | sudo apt-key add - sudo sh -c "echo 'deb http://nginx.org/packages/mainline/ubuntu/ xenial nginx' >> /etc/apt/sources.list" sudo sh -c "echo 'deb-src http://nginx.org/packages/mainline/ubuntu/ xenial nginx' >> /etc/apt/sources.list" sudo apt-get update sudo apt-get install nginx
#ref(): File not found: "Ubuntu.png" at page "nginxのインストール"