added size limit of 100MB for http and https requests (#5606)

This commit is contained in:
Jeet Karia 2023-02-23 18:28:54 +05:30 committed by GitHub
parent 64dfdbd6b0
commit 264e5dc343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@ http
server
{
listen 443 ssl;
client_max_body_size 100M;
ssl_certificate_by_lua_block
{
auto_ssl:ssl_certificate()
@ -99,6 +100,7 @@ http
server
{
listen 80;
client_max_body_size 100M;
location /.well-known/acme-challenge/
{
content_by_lua_block