Centos下降前段文件放到了buer家目录下
修改Nginx配置之后,访问报403错误,是访问权限错误。修改方法:
I solved this problem by adding user settings.
in nginx.conf
1  | worker_processes 4;  | 
change the ‘username’ with linux user name.
继续阅读修改Nginx配置之后,访问报403错误,是访问权限错误。修改方法:
I solved this problem by adding user settings.
in nginx.conf
1  | worker_processes 4;  | 
change the ‘username’ with linux user name.
继续阅读