@ascoderu/lokole-dev who is ready to handle this issue?
The CLI argument does two things in the installer script:
- set the value OPWEN_MAX_UPLOAD_SIZE_MB in ~/lokole/state/settings.env see
|
'OPWEN_MAX_UPLOAD_SIZE_MB': self.args.max_upload_size, |
- set the value client_max_body_size in /etc/nginx/nginx.conf, see
|
client_max_body_size {max_upload_size}M; |