Centos下降前段文件放到了buer家目录下

修改Nginx配置之后,访问报403错误,是访问权限错误。修改方法:

I solved this problem by adding user settings.

in nginx.conf

1
2
worker_processes 4;
user username

change the ‘username’ with linux user name.

2018-06-19