diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-28 17:47:29 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-28 17:47:29 +0200 |
commit | 441031085f3144247ae97489e4b08cdb41a17e4b (patch) | |
tree | 568a5f545388f5010ace6511dd1316e304028e50 /modules | |
parent | 2c96a9b6b56b3d83c4be00916c7cccc8fec3b111 (diff) | |
download | Puppet-441031085f3144247ae97489e4b08cdb41a17e4b.tar.gz Puppet-441031085f3144247ae97489e4b08cdb41a17e4b.tar.zst Puppet-441031085f3144247ae97489e4b08cdb41a17e4b.zip |
Adjust logto and limit-post parameters
Diffstat (limited to 'modules')
-rw-r--r-- | modules/role/templates/caldance/app.ini.erb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/role/templates/caldance/app.ini.erb b/modules/role/templates/caldance/app.ini.erb index fb174b6..df6fcb9 100644 --- a/modules/role/templates/caldance/app.ini.erb +++ b/modules/role/templates/caldance/app.ini.erb | |||
@@ -13,4 +13,7 @@ vacuum = true | |||
13 | 13 | ||
14 | die-on-term = true | 14 | die-on-term = true |
15 | 15 | ||
16 | limit-post = 10000000 | 16 | logto = <%= @home %>/caldance.log |
17 | |||
18 | # 10Mo * 1.1 | ||
19 | limit-post = 11534336 | ||