nginx使用rewrite后css消失了
By
nginx头疼
at 2021-03-01 • 0人收藏 • 2642人看过
nginx使用rewrite后css消失了。求作者大神指导处理方法,谢谢您!
服务器百度云;重写代码如下:
# rewrite
location /hjm/forum/ {
root /home/bae/webroot;
index index.php index.html index.htm;
try_files $uri $uri/ /hjm/forum/index.php?$query_string;
}
使用后重写正常,但是css全部消失;如下图:
登录后方可回帖