Merge branch 'master' of git.excellentkk.cn:mkm/nk-lihaink-cn

This commit is contained in:
liuxiaoquan 2023-03-13 17:32:52 +08:00
commit 3b564ffc12
3 changed files with 5 additions and 2 deletions

0
public/.htaccess Normal file
View File

5
public/nginx.htaccess Normal file
View File

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

2
runtime/.gitignore vendored
View File

@ -1,2 +0,0 @@
*
!.gitignore