标签:设置 last location ast 静态 bsp php bre index.php
finecms ngix 伪静态设置
location / {
if (!-e $request_filename) {
rewrite ^/index.php(.*)$ /index.php?s=$1 last;
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}
标签:设置 last location ast 静态 bsp php bre index.php
原文地址:https://www.cnblogs.com/hm21/p/10198986.html