Installer upgrade mode.

This commit is contained in:
Antoine Nguyen
2019-03-19 10:49:27 +01:00
parent 409bbbfc8a
commit 503145eaad
14 changed files with 167 additions and 68 deletions

View File

@@ -25,7 +25,8 @@ class Nginx(base.Installer):
context.update({
"app_instance_path": (
self.config.get(app, "instance_path")),
"uwsgi_socket_path": Uwsgi(self.config).get_socket_path(app)
"uwsgi_socket_path": (
Uwsgi(self.config, self.upgrade).get_socket_path(app))
})
return context