Carbon Forum
» 搜索 » user:nginx头疼 post:true
nginx使用rewrite后css消失了
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全部消失;如下图:
1