Skip to content

Commit

Permalink
fix typo in max_body_size config
Browse files Browse the repository at this point in the history
Caused _very_ weird errors downstream.
  • Loading branch information
rmg committed Apr 8, 2016
1 parent c5ffd8a commit 1c4ba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinopia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cat > ./config.yml <<EOYML
storage: ./storage
listen:
- 0.0.0.0:4873
max_body_size: ${MAX_BODY_SIZE=-100mb}
max_body_size: ${MAX_BODY_SIZE:-100mb}
auth:
htpasswd:
file: ./htpasswd
Expand Down

0 comments on commit 1c4ba10

Please sign in to comment.