-
Notifications
You must be signed in to change notification settings - Fork 24
upload_max_filesize is not being set #207
Comments
It is actually being set (confirmed inside vm) but |
@sa3dany I just confirmed this and pushed a bug fix for |
@jasonmccallister is there any solution or workaround for this? Got the same problem with max_input_vars.
PHP-info shows that max_input_vars = 1000 |
Same issue here, also on the latest versions, upgraded from one of the early betas. |
@mmorkt @jasonmccallister Any idea how I would set a PHP variable manually? I tried editing the |
@mmorkt I'm preparing a release with a lot of changes around |
Description
Referencing this comment (#201 (comment)) the upload_max_filesize is not being set to the provided value.
Steps to reproduce
nitro php iniset upload_max_filesize 20M
nitro php iniget upload_max_filesize
Additional info
The text was updated successfully, but these errors were encountered: