排序
宝塔部署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...



