【原文】How To Install Nginx on Ubuntu 16.04install nginxNginx is available in Ubuntu’s default repositories, so the installation is rather straight forward.
12sudo apt-get update...
【原文】Ubuntu 16.04安装配置Nginx使用Let’s EncryptLet’s Encrypt是新的认证授权(CA)方式,使用它可以获得免费的TLS/SSL证书-使用HTTPS加密web server。Let’s Encrypt依然在测试阶段,目前,它只支持在Apache web服务器上实现自动安装。但是,Let’s Encr...
【原文】配置Nginx做Node.js应用的反向代理 (HTTPS)安装Node.js用PPA你可以的到最新版本的node.js
执行如下命令安装PPA
1curl -sL https://deb.nodesource.com/setup | sudo bash -
安装 node.js:
1sudo apt-get install nodejs...