我正在使用 Nginx 而我没有使用 Apache。所以需要一段Nginx代码来解决前端静态资源的加载问题。
我的问题与此类似,但我不是 Apache。我没有在“webserver-configs”文件夹中找到我想要的东西。
以下代码似乎不起作用。
location ~* \.(png|gif|jpg|jpeg|svg|ico|css|js|woff|ttf|otf|woff2|eot)$ { index index.php; try_files $uri $uri/member/public/asset-raw/ member/public/index.php?$query_string; }