This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
yf_nkx
/
agmp_iot_jetlinks_ui
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cb622494fb
Rami (Branch)
Tag
master
agmp_iot_jet...
/
docker
/
nginx.conf
nginx.conf
125 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
server {
listen 80;
root /usr/share/nginx/html;
location / {
try_files $uri $uri/ /index.html;
}
}