aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend/cmd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/frontend/cmd.sh')
-rwxr-xr-xdocker/frontend/cmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/frontend/cmd.sh b/docker/frontend/cmd.sh
index 0795d4c..25ea3c7 100755
--- a/docker/frontend/cmd.sh
+++ b/docker/frontend/cmd.sh
@@ -11,6 +11,6 @@ spawn-fcgi \
-M 0755 \
-F 10 \
-s /run/fcgiwrap.sock \
- /usr/sbin/fcgiwrap
+ /usr/bin/fcgiwrap
exec nginx -g 'daemon off;'