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

mintsweet 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 bf8127d97 fix(config-ui): extra colon (#6238) (#6260)
bf8127d97 is described below

commit bf8127d97dcd71d720dba5554db8a5d894e57f2d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 17 20:19:19 2023 +1300

    fix(config-ui): extra colon (#6238) (#6260)
    
    Co-authored-by: 青湛 <[email protected]>
---
 config-ui/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to