在站点配置文件中加入了一行代码, location /wss
{
proxy_pass http://127.0.0.1:39001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header X-Real-IP $remote_addr;
}
执行的是php /www/wwwroot/域名/addons/hc_toker/test.php start -d,有一个提示,我怎么上传提示图片?
现在网站前后端打开都是空的。现在如果删除那段代码,删除后还需要操作什么吗? |