location ^~ /static/{ root /home/vol1/files/docroot/static/; } 返回404 ,
root 路径应该怎么配置?
你可以看看Nginx的error log就知道你root最后拼接的本地路径哪里错了。