mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-14 10:32:49 +00:00
add niucloud/public/nginx.htaccess.
Signed-off-by: niucloud <niucloud@outlook.com>
This commit is contained in:
parent
4e8d048284
commit
08a7b1a8f5
6
niucloud/public/nginx.htaccess
Normal file
6
niucloud/public/nginx.htaccess
Normal file
@ -0,0 +1,6 @@
|
||||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php/$1 last;
|
||||
break;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user