这个是我nignx配置
listen 80;
server_name www.hcfu.top hcfu.top;
root /home/tp5/public/;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
index index.php;
autoindex on;
if (!-e $request_filename) {
proxy_pass http://127.0.0.1:8811;
}
}
这个是我的代码部分:
然后我用这个去访问,报错
我直接访问我的项目是可以的