Commit 32ced4fa authored by Stefane Fermigier's avatar Stefane Fermigier

try to fix bug.

parent 715068f2
...@@ -14,4 +14,4 @@ ...@@ -14,4 +14,4 @@
# not need these here). # not need these here).
[instance-profile] [instance-profile]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = eeaff3951aa569a1f81d23b268f76f1e md5sum = 511a348d323062f2829a99cf3a336796
...@@ -45,9 +45,7 @@ plugins = ${:etc}/plugins ...@@ -45,9 +45,7 @@ plugins = ${:etc}/plugins
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
host = ${slap-configuration:ipv6-random} host = ${slap-configuration:ipv6-random}
port = ${slap-configuration:configuration.port} port = ${slap-configuration:configuration.port}
command-line = {{ gunicorn_bin }} --bind [${:host}]:${:port} \ command-line = {{ gunicorn_bin }} --bind [${:host}]:${:port} --pid server.pid -k uvicorn.workers.UvicornWorker -w 4 mynij_proxy:app
--pid server.pid -k uvicorn.workers.UvicornWorker -w 4 \
mynij_proxy:app
wrapper-path = ${directory:service}/mynij-proxy wrapper-path = ${directory:service}/mynij-proxy
......
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