Ubuntu 安装 Nginx
apt-get install nginx # 安装
service nginx status # 查看服务运行状态
netstat -nap |grep nginx # 查看服务所使用的端口
网页浏览器访问服务器 IP 显示:
Welcome to nginx! If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx.
版权声明:本文为 阡陌 的原创文章,遵循「CC BY-NC-SA 4.0」版权协议。若转载,请附上本文链接及本声明。
本文地址:https://www.mculoop.com/archives/180.html
若对本文有疑问可在评论区留言,我们看到后会尽量解答。