Files
webman_duanju/public/nginx.htaccess
2025-08-15 10:15:48 +08:00

6 lines
110 B
Plaintext

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