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

Commit 6a2e17a

Browse files
author
Grant Kinney
committed
Sets upload_tmp_dir
1 parent c6b79df commit 6a2e17a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scripts": {
33
"dokku": {
4-
"predeploy": "cp $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_CITY_FILENAME vendor/piwik/piwik/misc/"
4+
"predeploy": "mkdir tmp && cp $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_CITY_FILENAME vendor/piwik/piwik/misc/"
55
}
66
}
77
}

fpm_custom.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
php_value[open_basedir]=/app/vendor/
2-
php_value[upload_tmp_dir]=/app/vendor/tmp/
1+
php_value[open_basedir]=/app/vendor
2+
php_value[upload_tmp_dir]=/app/vendor/piwik/piwik/tmp

0 commit comments

Comments
 (0)