阡陌 发表于 2024-1-29 01:12:05

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.



页: [1]
查看完整版本: Ubuntu 安装 Nginx