摘要: 如下图加上这句试一下 rewrite ^(.+?\.php)(/.+)$ /$1?s=$2 last; location / { if (!-e $request_filename) { rewrite ^(.+?\.php)(/.+)$ /$1?s=$2 last;# 加上这一句配置试试 rewr 阅读全文
posted @ 2022-09-12 10:30 阿波罗任先生 阅读(340) 评论(0) 推荐(0) 编辑