aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend/cmd.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 13:41:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-26 13:41:25 +0300
commit6633589d81213e2c65452825facf4017d2fc4986 (patch)
treeb12a07c597eebff0ff2d7536ecc988027cf22f52 /docker/frontend/cmd.sh
parentworkflows/ci: skip the example config test for PyPI builds (diff)
downloadcgitize-6633589d81213e2c65452825facf4017d2fc4986.tar.gz
cgitize-6633589d81213e2c65452825facf4017d2fc4986.zip
docker: add comments to frontend configuration
Diffstat (limited to 'docker/frontend/cmd.sh')
-rwxr-xr-xdocker/frontend/cmd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/frontend/cmd.sh b/docker/frontend/cmd.sh
index 4a769f6..0795d4c 100755
--- a/docker/frontend/cmd.sh
+++ b/docker/frontend/cmd.sh
@@ -2,6 +2,9 @@
set -o errexit -o nounset -o pipefail
+# Honestly, I have no idea how this works, I just copy-pasted it from
+# somewhere.
+
spawn-fcgi \
-u nginx \
-g nginx \