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/commit/3e4394f0cbf822824e274d8e236c7027df944209?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix server.sh

cpsdqs/unified-input
Ondřej Hruška 8 years ago
parent acae3992f5
commit 3e4394f0cb
  1. 2
      server.sh

@ -1,3 +1,3 @@
#!/bin/bash
xterm -e "php -S 0.0.0.0:2000" _dev_router.php
xterm -e "php -S 0.0.0.0:2000 _dev_router.php"

Loading…
Cancel
Save