From 0248555b88b67d93b69c63477b1834a09be28d23 Mon Sep 17 00:00:00 2001 From: Ronny Abraham Date: Tue, 6 Sep 2016 17:01:20 +0300 Subject: [PATCH] modified configuration.templates.nginx.path.dest to remote modified: modules/nginx.py --- modules/nginx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nginx.py b/modules/nginx.py index dda4e38..8fe4fb6 100644 --- a/modules/nginx.py +++ b/modules/nginx.py @@ -120,7 +120,7 @@ def upload(): configuration.nginx.conf.name) build_path = os.path.join( - configuration.templates.nginx.path.dest, + configuration.templates.nginx.path.remote, 'build', configuration.templates.nginx.conf.dst)