Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acdh-ch authored Apr 2, 2024
1 parent acbaccb commit e9eb85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ php maintenance/update.php
# php extensions/CirrusSearch/maintenance/ForceSearchIndex.php --skipLinks —indexOnSkip
# php maintenance/runJobs.php

sed -i -r -e 's|max_execution_time = 30|max_execution_time = 300|g' /app/.heroku/php/etc/php/php.ini

# Start web server
exec heroku-php-apache2
# exec heroku-php-nginx
# exec heroku-php-nginx

0 comments on commit e9eb85c

Please sign in to comment.