Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 5f56749

Browse files
author
Grant Kinney
committed
Adds custom php-fpm config
1 parent 87f1c2b commit 5f56749

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: vendor/bin/heroku-php-nginx vendor/piwik/piwik
1+
web: vendor/bin/heroku-php-nginx -F fpm_custom.conf vendor/piwik/piwik

fpm_custom.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
php_value[open_basedir]=/app/vendor/

0 commit comments

Comments
 (0)