Kani999 / netbox-attachments

Plugin to manage attachments for any model
Apache License 2.0
55 stars 4 forks source link

413 Request Entity Too Large #32

Closed advoenkin closed 1 year ago

advoenkin commented 1 year ago

Hello, how i can increase max file size to upload?

When i try ulpoad file with size 141 MB i got error "413 Request Entity Too Large".

Kani999 commented 1 year ago

@advoenkin did the https://docs.netbox.dev/en/stable/configuration/miscellaneous/#file_upload_max_memory_size helped? Or it was at the side of web server (apache/nginx)

advoenkin commented 1 year ago

@Kani999 I just change client_max_body_size 200m; in Nginx.