-
Notifications
You must be signed in to change notification settings - Fork 0
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
- add max file size #387
- add max file size #387
Conversation
What happened? As far as I don't have no problem with changing things like this, I'm little worried about 3MB photos on website. |
Kasia had a problem with uploading photo ~1.5 MB - she couldn't add a photo because of its size - log on server says that |
Defaults:
Nginx:
So it was blocked by Nginx. I think we can bump |
Done. :) |
We can consider to upload images already converted to |
I think about converting images to .webp automatically during uploading image, but I don't know how time-consuming to make this will be |
In this pr I added to
php.ini
andnginx.conf
max size of files