Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lokole email outbound attachment size needs increase to 16M #556

Open
nzola opened this issue Aug 12, 2021 · 1 comment
Open

Lokole email outbound attachment size needs increase to 16M #556

nzola opened this issue Aug 12, 2021 · 1 comment

Comments

@nzola
Copy link

nzola commented Aug 12, 2021

@ascoderu/lokole-dev who is ready to handle this issue?
The CLI argument does two things in the installer script:

  1. set the value OPWEN_MAX_UPLOAD_SIZE_MB in ~/lokole/state/settings.env see
    'OPWEN_MAX_UPLOAD_SIZE_MB': self.args.max_upload_size,
  2. set the value client_max_body_size in /etc/nginx/nginx.conf, see
    client_max_body_size {max_upload_size}M;
@nzola
Copy link
Author

nzola commented Aug 13, 2021

CLI argument

Can I just change these values:

  1. Line 544 from
    'OPWEN_MAX_UPLOAD_SIZE_MB': self.args.max_upload_size,
    'OPWEN_MAX_UPLOAD_SIZE_MB': 16M,

  2. Line 627
    client_max_body_size {max_upload_size}M;
    client_max_body_size {max_upload_size}16M;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant