Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/espterm/espterm-demo-website/blame/branch/master/term_set.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
See espterm.github.io
espterm-demo-website/term_set.html

7 lines
230 B

8 years ago
<!DOCTYPE HTML>
<script>
var ref = document.referrer;
var qat = document.referrer.indexOf('?');
if (qat !== -1) ref = ref.substring(0, qat)
location.href=ref+'?msg=Request ignored, this is a demo.';
</script>