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

6 lines
100 B
Plaintext

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