Merge pull request #1515 from alexanderhofstaetter/patch-1

Increase default NGINX Unit request body limit to 100 MB in nginx settings
This commit is contained in:
Tobias Genannt 2025-09-26 09:25:28 +02:00 committed by GitHub
commit 481a102d30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,5 +73,10 @@
}
}
},
"access_log": "/dev/stdout"
"access_log": "/dev/stdout",
"settings": {
"http": {
"max_body_size": 104857600
}
}
}