1.参考解决的方法:(不行)
chown -R http://www.www /data/wwwroot/default/tp3/
find /data/wwwroot/default/tp3/ -type d -exec chmod 755 {} \;
find /data/wwwroot/default/tp3/ -type f -exec chmod 644 {} \;
2.修改nginx.conf (不行)
root /data/wwwroot/default;
index index.html index.htm index.php;
location /nginx_status {
stub_status on;
access_log off;
有了解的大佬,帮忙看一下,谢谢您~~
chown -R http://www.www /data/wwwroot/default/tp3/
find /data/wwwroot/default/tp3/ -type d -exec chmod 755 {} \;
find /data/wwwroot/default/tp3/ -type f -exec chmod 644 {} \;
2.修改nginx.conf (不行)
root /data/wwwroot/default;
index index.html index.htm index.php;
location /nginx_status {
stub_status on;
access_log off;
有了解的大佬,帮忙看一下,谢谢您~~