Merge branch 'master' of git.excellentkk.cn:mkm/nk-lihaink-cn
This commit is contained in:
commit
3b564ffc12
0
public/.htaccess
Normal file
0
public/.htaccess
Normal file
5
public/nginx.htaccess
Normal file
5
public/nginx.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
location / {
|
||||
if (!-e $request_filename){
|
||||
rewrite ^(.*)$ /index.php?s=$1 last; break;
|
||||
}
|
||||
}
|
2
runtime/.gitignore
vendored
2
runtime/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
Loading…
x
Reference in New Issue
Block a user