Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/espterm/espterm-front-end/src/branch/master/server.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
ESPTerm web interface submodule, separated to make testing and development easier
|
#!/bin/bash
|
|
|
|
xterm -e "php -S 0.0.0.0:2000 _dev_router.php"
|
|
|