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

Docker: nginx prohibits large file uploads #250

Closed
bschmalhofer opened this issue Jul 24, 2020 · 1 comment
Closed

Docker: nginx prohibits large file uploads #250

bschmalhofer opened this issue Jul 24, 2020 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Milestone

Comments

@bschmalhofer
Copy link
Contributor

This manifested itself when installing packages via HTTPS in a dockerised environment.
Solution: improve the nginx settings.

E.g:
client_max_body_size 1G;

@bschmalhofer bschmalhofer added the enhancement New feature or request label Jul 24, 2020
@bschmalhofer bschmalhofer added this to the OTOBO 10.0.2 milestone Jul 24, 2020
@bschmalhofer bschmalhofer added the duplicate This issue or pull request already exists label Jul 31, 2020
@bschmalhofer
Copy link
Contributor Author

This is a duplicate of #233 . Closing, especially as #233 is already closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants