This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-v0.19-auto-cherry-pick-6238 in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit e1ddb483c948b54f2f22bec171541387c49b43da Author: 青湛 <[email protected]> AuthorDate: Fri Oct 13 15:20:01 2023 +1300 fix(config-ui): extra colon (#6238) --- 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}
