排序
CentOS7 安装 Nginx 部署简单项目及使用宝塔面板设置
1、安装EPELNginx 服务器软件安装包在 EPEL 仓库里,但不在CentOS 的 yum 包安装源仓库中,所以需要先添加 CentOS 7 EPEL 仓库:[root@Tracy src]# yum install -y epel-...
宝塔部署node项目_宝塔面板部署 node.js 项目
安装: Nginx 1.16.1安装:MySQL 5.5.62安装:PM2管理器 4.2.3Nginx 配置如下:user www www;worker_processes auto;error_log /www/wwwlogs/nginx_error.log crit;pid...
部署web站点
配置多个location编辑配置文件,新增一个location location /demo { root opt; #注意这里是相对路径,也就是在/usr/local/nginx/opt/下 index index.html index.htm; } location对应的url为/dem...



