Skip to content

Commit 1c4ba10

Browse files
committed
fix typo in max_body_size config
Caused _very_ weird errors downstream.
1 parent c5ffd8a commit 1c4ba10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sinopia.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cat > ./config.yml <<EOYML
55
storage: ./storage
66
listen:
77
- 0.0.0.0:4873
8-
max_body_size: ${MAX_BODY_SIZE=-100mb}
8+
max_body_size: ${MAX_BODY_SIZE:-100mb}
99
auth:
1010
htpasswd:
1111
file: ./htpasswd

0 commit comments

Comments
 (0)