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/src/commit/faedddffdd98a281fc109cdd352129652d9c334e/restore_hard.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
See espterm.github.io
 
 
espterm-demo-website/restore_hard.html

7 lines
230 B

<!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>