Skip to content

Commit bf8127d

Browse files
fix(config-ui): extra colon (#6238) (#6260)
Co-authored-by: 青湛 <0x1304570@gmail.com>
1 parent a072169 commit bf8127d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-ui/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server {
22
listen 4000;
33
server_name localhost;
44
absolute_redirect off;
5-
client_max_body_size: 20m;
5+
client_max_body_size 20m;
66

77
${SERVER_CONF}
88

0 commit comments

Comments
 (0)