问题
no live upstreams while connecting to upstream client
shell
proxy_pass http://localhost:5001 -> http://127.0.0.1:5001;
nginx 访问资源 403
https://stackoverflow.com/questions/25774999/nginx-stat-failed-13-permission-denied
从两个点查找:
- nginx 运行用户是否 root 或有权限的用户
ps aux | grep nginx
可以查看
- selinux 是什么模式运行?
- 修改
sudo nano /etc/selinux/config
->SELINUX=permissive
,成宽松模式
- 修改