CRMEB/crmeb/public/nginx.htaccess
2023-03-08 19:57:48 +08:00

6 lines
108 B
Plaintext
Executable File

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