0871-65814748
伪静态配置内容: nignx: location / {if (!-e $request_filename){rewrite ^(.*)$ /index.php?s=$1 last; break;}}location /apis/{r
伪静态配置内容:
nignx:
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
location /apis/
{
rewrite ^.+apis/?(.*)$ /$1 break;
proxy_pass "替换为系统api接口";
}
location /rTopAdmin {
alias /替换为web文件路径/public/rTopAdmin/;
try_files $uri $uri/ /rTopAdmin/index.html;
}