canyin-project/ybcy/nginx.htaccess

5 lines
105 B
Plaintext
Raw Normal View History

2024-11-01 16:07:54 +08:00
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}