Files
yakpanel-core/rewrite/nginx/thinkphp.conf
2026-04-07 02:04:22 +05:30

5 lines
97 B
Plaintext

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