This website works better with JavaScript
Home
Explore
Help
Register
Sign In
yf_nkx
/
agmp_iot_jetlinks_ui
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a09ed8c3af
Branches
Tags
master
agmp_iot_jet...
/
docker
/
nginx.conf
nginx.conf
125 B
History
Raw
1
2
3
4
5
6
7
8
9
server {
listen 80;
root /usr/share/nginx/html;
location / {
try_files $uri $uri/ /index.html;
}
}