6 lines
107 B
Plaintext
Raw Normal View History

2025-05-20 16:33:23 +08:00
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}