From 805c855b944390fc4d4d94424ab25000ca1115a9 Mon Sep 17 00:00:00 2001 From: blank X Date: Wed, 16 Feb 2022 18:15:41 +0700 Subject: [PATCH] Increase curl_recv_max to 50MB --- conf/imgurxp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/imgurxp.conf b/conf/imgurxp.conf index b316178..63c786f 100644 --- a/conf/imgurxp.conf +++ b/conf/imgurxp.conf @@ -9,6 +9,7 @@ load ./imgurxp.so domain * { attach http + curl_recv_max 52428800 route / asset_serve_index_html route /style.css asset_serve_style_css