mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Use Opcache preloading on heroku server.
This commit is contained in:
parent
fedb78d44a
commit
d4d2dece70
2 changed files with 2 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
|||
web: $(composer config bin-dir)/heroku-php-apache2 public/
|
||||
web: $(composer config bin-dir)/heroku-php-apache2 -i heroku_php.ini public/
|
1
heroku_php.ini
Normal file
1
heroku_php.ini
Normal file
|
@ -0,0 +1 @@
|
|||
opcache.preload=/app/var/cache/prod/App_KernelProdContainer.preload.php
|
Loading…
Add table
Add a link
Reference in a new issue