summaryrefslogtreecommitdiff
path: root/cgit/entrypoint.sh
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 10:04:00 +0100
committera73x <[email protected]>2024-08-25 10:04:00 +0100
commit911a7dc7296f76a5de0538b3c3536167a89195d8 (patch)
tree662014839ebed4077e066ed2b86b9e7a0c045185 /cgit/entrypoint.sh
parentd9ae1cb433a5fe66c3f64b15e5849d11a87d0c53 (diff)
add ui
Diffstat (limited to 'cgit/entrypoint.sh')
-rw-r--r--cgit/entrypoint.sh4
1 files changed, 4 insertions, 0 deletions
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;"