2025-05-20 16:33:23 +08:00

6 lines
107 B
Plaintext

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