diff --git a/setup/management.sh b/setup/management.sh index 1d1f4cc5..7fe4da25 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -78,6 +78,8 @@ rm -f /tmp/bootstrap.zip # Create an init script to start the management daemon and keep it # running after a reboot. +# Set a long timeout since some commands take a while to run, matching +# the timeout we set for PHP (fastcgi_read_timeout in the nginx confs). # Note: Authentication currently breaks with more than 1 gunicorn worker. cat > $inst_dir/start <