This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch release-v0.19
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v0.19 by this push:
     new 57a1486ae fix(config-ui): adjust the config for nginx (#6226) (#6231)
57a1486ae is described below

commit 57a1486ae78eff1f60eb089b37c9e99200f044bc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 12 16:07:21 2023 +0800

    fix(config-ui): adjust the config for nginx (#6226) (#6231)
    
    Co-authored-by: 青湛 <[email protected]>
---
 config-ui/nginx.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config-ui/nginx.conf b/config-ui/nginx.conf
index 8f1755a2a..85f89c6b9 100644
--- a/config-ui/nginx.conf
+++ b/config-ui/nginx.conf
@@ -2,6 +2,7 @@ server {
   listen 4000;
   server_name localhost;
   absolute_redirect off;
+  client_max_body_size: 20m;
 
 ${SERVER_CONF}
 

Reply via email to