mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-12 19:02:49 +00:00
Update nginx.htaccess
This commit is contained in:
parent
f6f67e6b0e
commit
af8f6e4f21
@ -0,0 +1,5 @@
|
||||
location /{
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php/$1 last; break;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user