From 0aba1cfc698f6f897322ec5cbc76698e3d8c47ac Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 10 Feb 2024 20:27:15 +0100 Subject: [PATCH] Added document_root to _config and fixed cgi. --- gitlog/gitlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlog/gitlog.sh b/gitlog/gitlog.sh index 16c66b4..321170c 100755 --- a/gitlog/gitlog.sh +++ b/gitlog/gitlog.sh @@ -4,5 +4,5 @@ permalink: /cgi/gitlog/index.sh echo "Content-type: text/plain" echo -cat /var/www/xw3.org/www/htdocs/gitlog.html +cat {{ site.document_root }}/gitlog.html