This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bkb
/
bkb-landingpage
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bkb 首页
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
2
Branches
0
Tags
17 MiB
Tree:
950f5bfee7
develop
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '950f5bfee7'
${ noResults }
bkb-landingpage
/
default.conf
9 lines
147 B
Raw
Blame
History
server {
listen 80;
server_name _;
root /data/app;
location / {
try_files $uri $uri/ /index.html;
}
}
Reference in new issue