Increase curl_recv_max to 50MB
This commit is contained in:
parent
815544295f
commit
805c855b94
|
@ -9,6 +9,7 @@ load ./imgurxp.so
|
||||||
|
|
||||||
domain * {
|
domain * {
|
||||||
attach http
|
attach http
|
||||||
|
curl_recv_max 52428800
|
||||||
|
|
||||||
route / asset_serve_index_html
|
route / asset_serve_index_html
|
||||||
route /style.css asset_serve_style_css
|
route /style.css asset_serve_style_css
|
||||||
|
|
Loading…
Reference in New Issue