Merge "Change pidfile location in uwsgi_nailgun.yaml template"

This commit is contained in:
Jenkins 2015-11-26 20:10:46 +00:00 committed by Gerrit Code Review
commit dde99f902d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ uwsgi:
module: nailgun.wsgi
buffer-size: 49180
listen: <%= @somaxconn %>
pidfile: /tmp/nailgun.pid
pidfile: /var/run/nailgun.pid
logto: /var/log/nailgun/app.log
mule: 1
lazy: true