Files
yakpanel-core/rewrite/nginx/thinkphp.conf

5 lines
97 B
Plaintext
Raw Normal View History

2026-04-07 02:04:22 +05:30
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}