Added
- nginx / client_max_body_size option - set by command line option or environmental variable.
- nginx / proxy-read-timeout option - set by command line option or environmental variable.
- Dokku app names are cleaned up. Invalid characters are changed to "-". Lower case is enforced.
- ps:scale - set by command line option or environmental variable.
Changed
- nginx / client_max_body_size option - setting this by app.json is deprecated and will be removed in a later version.
Fixed
- When creating new git remote name, check it does not already exist. If it does, add random numbers to name.