We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a072169 commit bf8127dCopy full SHA for bf8127d
config-ui/nginx.conf
@@ -2,7 +2,7 @@ server {
2
listen 4000;
3
server_name localhost;
4
absolute_redirect off;
5
- client_max_body_size: 20m;
+ client_max_body_size 20m;
6
7
${SERVER_CONF}
8
0 commit comments