We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d0e4a commit b135b57Copy full SHA for b135b57
bin/compile
@@ -252,10 +252,10 @@ fi
252
253
# Preserve current php-fpm.conf so that env list does
254
# not go out of hand across restarts.
255
-if [ -r /app/vendor/php/php-fpm.conf.current ]; then
256
- cp -f /app/vendor/php/php-fpm.conf.current /app/vendor/php/php-fpm.conf
+if [ -r /app/vendor/php/etc/php-fpm.conf.current ]; then
+ cp -f /app/vendor/php/etc/php-fpm.conf.current /app/vendor/php/etc/php-fpm.conf
257
else
258
- cp -f /app/vendor/php/php-fpm.conf /app/vendor/php/php-fpm.conf.current
+ cp -f /app/vendor/php/etc/php-fpm.conf /app/vendor/php/etc/php-fpm.conf.current
259
fi
260
261
# Expose Heroku config vars to PHP-FPM processes
0 commit comments