logistics/public/nginx.htaccess
2023-08-08 09:15:12 +08:00

5 lines
98 B
Plaintext
Executable File

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