aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

install: set nginx client_max_body_size to be larger #148

Closed erichanson closed 4 years ago

erichanson commented 5 years ago

Add this to /etc/nginx/nginx.conf:

client_max_body_size 10M;
erichanson commented 4 years ago

According to the docs, client_max_body_size can also go in the server context of aquameta_endpoint.conf, so I just put it there instead of monkeying around with /etc/nginx/nginx.conf. Set to 20MB. Good day sir.