mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 11:18:46 +00:00
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:
@@ -73,5 +73,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"access_log": "/dev/stdout"
|
||||
"access_log": "/dev/stdout",
|
||||
"settings": {
|
||||
"http": {
|
||||
"max_body_size": 104857600
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user