meilisearch / cloud-scripts

Cloud scripts for cloud provider agnostic configuration

Home Page:https://www.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set bigger client_max_body_size for Nginx

eskombro opened this issue · comments

MeilISearch max payload is being changed by default to 100M in meilisearch/meilisearch#1147. This should be reflected by the nginx .conf by adding

client_max_body_size 100M;

at http in

/etc/nginx/nginx.conf

This modification should be documented somewhere :)

Should be done once the next release of MeiliSearch is out 😊