From 911a7dc7296f76a5de0538b3c3536167a89195d8 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 10:04:00 +0100 Subject: add ui --- cgit/entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cgit/entrypoint.sh (limited to 'cgit/entrypoint.sh') diff --git a/cgit/entrypoint.sh b/cgit/entrypoint.sh new file mode 100644 index 0000000..7981264 --- /dev/null +++ b/cgit/entrypoint.sh @@ -0,0 +1,4 @@ +spawn-fcgi -s /run/fcgiwrap/fcgiwrap.socket -f /usr/bin/fcgiwrap +chown nginx:nginx /run/fcgiwrap/fcgiwrap.socket + +exec nginx -g "daemon off;" -- cgit v1.2.3