crmeb-background-api/nginx.htaccess

6 lines
108 B
Plaintext
Raw Normal View History

2025-02-26 11:49:20 +08:00
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}