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 79283b9 commit 162bc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ php maintenance/update.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-apache2 -F fpm_custom.conf
# exec heroku-php-nginx

0 comments on commit 162bc0f

Please sign in to comment.