1Panel/cmd/server/nginx_conf/rewrite/niushop.conf
2023-04-14 08:01:06 +00:00

6 lines
No EOL
98 B
Text

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