canyin-project/ybcy/nginx.htaccess
2024-11-01 16:07:54 +08:00

5 lines
105 B
Plaintext

location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}