Skip to content

Commit

Permalink
Merge pull request #416 from itk-dev/hotfix/2293-huge-image-upload
Browse files Browse the repository at this point in the history
Increase nginx max body size
  • Loading branch information
rimi-itk authored Sep 6, 2024
2 parents 06c0fa4 + c7a9b2f commit b9e4d32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* [PR-416](https://github.com/itk-dev/hoeringsportal/pull/416)
Increase nginx max body size

## [4.5.0] - 2024-08-19

* [PR-412](https://github.com/itk-dev/hoeringsportal/pull/412)
Expand Down
5 changes: 5 additions & 0 deletions docker-compose.server.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ services:
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=0
- PHP_MEMORY_LIMIT=528M

nginx:
environment:
# Match PHP_UPLOAD_MAX_FILESIZE (plus a little more)
NGINX_MAX_BODY_SIZE: 90M

node:
image: node:18
volumes:
Expand Down

0 comments on commit b9e4d32

Please sign in to comment.