Commit e6ec959b authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: local for Gunicorn set to UTF-8

parent 90753cb9
......@@ -43,7 +43,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in
md5sum = 66b724a3b01e56c48ec53152855c410c
md5sum = 2245e0f538b4c8e1ace71488038264ba
mode = 0644
[template-runner-import-script]
......
......@@ -360,6 +360,7 @@ error-log-file = gunicorn-error.log
wrapper-path = $${gunicorn:bin_launcher}
environment = PATH=$${environ:PATH}:${git:location}/bin/
RUNNER_CONFIG=$${slaprunner:slapos.cfg}
LANG=en_GB.UTF-8
[gunicorn-graceful]
recipe = slapos.cookbook:wrapper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment