add niucloud/public/nginx.htaccess.

Signed-off-by: niucloud <niucloud@outlook.com>
This commit is contained in:
niucloud 2023-12-16 03:53:37 +00:00 committed by Gitee
parent 4e8d048284
commit 08a7b1a8f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -0,0 +1,6 @@
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php/$1 last;
break;
}
}