Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku ignoring .user.ini file in document root #54

Closed
avishai opened this issue Jan 25, 2016 · 2 comments
Closed

Heroku ignoring .user.ini file in document root #54

avishai opened this issue Jan 25, 2016 · 2 comments

Comments

@avishai
Copy link

avishai commented Jan 25, 2016

I've added a custom PHP INI configuration as directed here: https://devcenter.heroku.com/articles/custom-php-settings#user-ini-files-recommended

upload_max_filesize = 20M
post_max_size = 25M

However, Heroku seems to completely ignore this setting. How is it possible to increase the max upload size with this package?

@xyu
Copy link
Owner

xyu commented Apr 20, 2016

I think /support/app_boot.sh needs to be modified and a HHVM ini file will need to be created perhaps a blank one should be included with the repo itself inside the support dir.

Heroku docs:
https://devcenter.heroku.com/articles/custom-php-settings#hhvm-runtime-settings

xyu added a commit that referenced this issue Aug 10, 2016
@xyu
Copy link
Owner

xyu commented Sep 2, 2016

Marking this as resolved because this repo now comes with customizable configs for PHP/PHP FPM/Nginx configs.

For example:
https://github.com/xyu/heroku-wp/blob/nginx-php7/support/php.ini

@xyu xyu closed this as completed Sep 2, 2016
sabih pushed a commit to sabih/heroku-wp that referenced this issue Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants