diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-28 16:45:42 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-28 16:45:42 +0200 |
commit | 2c96a9b6b56b3d83c4be00916c7cccc8fec3b111 (patch) | |
tree | cb17371764eb523f2db2850d910a5c0d086ebbff /modules/role/templates | |
parent | 78df3a44178b9f807531e11c3f95329a8194a76b (diff) | |
download | Puppet-2c96a9b6b56b3d83c4be00916c7cccc8fec3b111.tar.gz Puppet-2c96a9b6b56b3d83c4be00916c7cccc8fec3b111.tar.zst Puppet-2c96a9b6b56b3d83c4be00916c7cccc8fec3b111.zip |
Set POST limit for uwsgi
Diffstat (limited to 'modules/role/templates')
-rw-r--r-- | modules/role/templates/caldance/app.ini.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/templates/caldance/app.ini.erb b/modules/role/templates/caldance/app.ini.erb index baf31ac..fb174b6 100644 --- a/modules/role/templates/caldance/app.ini.erb +++ b/modules/role/templates/caldance/app.ini.erb | |||
@@ -13,3 +13,4 @@ vacuum = true | |||
13 | 13 | ||
14 | die-on-term = true | 14 | die-on-term = true |
15 | 15 | ||
16 | limit-post = 10000000 | ||