-
Notifications
You must be signed in to change notification settings - Fork 510
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
Adding Attachments #2109
Comments
You probably have such limitation in nginx configuration. |
How would I be able to do this? |
You have to edit nginx configuration. Please contact your system administrator or hosting provider if you are not familiar with Linux management. |
Thank you for the Info! I Found the fix. I have a Virtual Linux Server. So to increase the size, I followed the directions in this link: https://linuxhint.com/what-is-client-max-body-size-nginx/ The nginx.cong didn't have the client_max_body_size Thank you!!! |
Just for anyone who might be reading this in the future: My solution for my Server:
-> After that I was able to upload attachments to freescout with a maximum files size of 25MB. :-) Be aware that I am not 100% sure if the set values are appropriate - your setup might need different values and your file paths might be different. Feedback about my procedure and the chosen values is appreciated. Thx! // Alternatively, you can check some php-values on the freescout system status page under |
I'm having trouble attaching documents of any size to notes inside conversations or to an email I'm trying to send out to a client.
I have FreeScout installed on a virtual Linux server.
I have checked the web-server.log file under App Logs and found the following error message:
2022/07/22 05:31:37 [error] 744#744: *267174 client intended to send too large body: 1734635 bytes, client: 192.168.200.4, server: freescout.example.com, request: "POST /conversation/upload HTTP/1.1", host: "freescout.example.com", referrer: "https://freescout.example.com/conversation/1211?folder_id=7"
The file isn't big. I know emails generally have a limit of 20M. This file was 1.65MB
Would anyone be able to help me resolve this issue or help me increase the upload size limit for attachments?
The text was updated successfully, but these errors were encountered: