This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 124c649adf04bf49d4d6f308a26c7b4b65d2c4d6 Author: Dave Brondsema <[email protected]> AuthorDate: Fri Dec 3 13:20:15 2021 -0500 Add comment about additional nginx settings --- docker-compose-prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose-prod.yml b/docker-compose-prod.yml index cee10b0..dd05162 100644 --- a/docker-compose-prod.yml +++ b/docker-compose-prod.yml @@ -129,6 +129,7 @@ services: - "80:80" - "443:443" volumes: + # you can add configuration to nginx/vhost.d/default like "client_max_body_size 100m;" to avoid 413 Request Entity Too Large on large git pushes - "./nginx/vhost.d:/etc/nginx/vhost.d" - "./nginx/html:/usr/share/nginx/html" - "./nginx/certs:/etc/nginx/certs"
