Havouza Posted July 10, 2022 Posted July 10, 2022 TB 1.4 I am trying to install a new module but get an error that the file is too big. The module is 2.16 mb and the allowed upload sixe is 20 mb. Is there any setting in tb that I must change or what can be wrong. php.ini say max-upload is 20 mb
datakick Posted July 10, 2022 Posted July 10, 2022 On php side this is governed by directives post_max_size upload_max_filesize If you have proxy in front of you php server, for example nginx, you should configure it as well.
Havouza Posted July 10, 2022 Author Posted July 10, 2022 Hi Sorry but I forgot to update the fpm settings so that was default to 2 mb. Now it works Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now