diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-26 13:41:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-26 13:41:25 +0300 |
commit | 6633589d81213e2c65452825facf4017d2fc4986 (patch) | |
tree | b12a07c597eebff0ff2d7536ecc988027cf22f52 /docker/frontend/cmd.sh | |
parent | workflows/ci: skip the example config test for PyPI builds (diff) | |
download | cgitize-6633589d81213e2c65452825facf4017d2fc4986.tar.gz cgitize-6633589d81213e2c65452825facf4017d2fc4986.zip |
docker: add comments to frontend configuration
Diffstat (limited to 'docker/frontend/cmd.sh')
-rwxr-xr-x | docker/frontend/cmd.sh | 3 |
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 \ |