0rui_score/public/nginx.htaccess
2025-05-26 16:02:00 +08:00

6 lines
107 B
Plaintext

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