cxybn/public/nginx.htaccess
2024-01-23 19:59:56 +08:00

6 lines
108 B
Plaintext

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