解决:
先切换到指定目录,在终端输入以下命令
cd /usr/local/var/run/nginx
更改下权限,输入以下命令
chmod -R 777 proxy_temp
重启nginx,输入
sudo nginx -s relaod