Add Nginx configuration Rollback

This commit is contained in:
VirtuBox
2019-08-27 15:12:01 +02:00
parent 5cc1c06e88
commit d24ae7e8d2
7 changed files with 199 additions and 162 deletions

View File

@@ -7,7 +7,7 @@ Render Templates
class WOTemplate():
def tmpl_render(self, fileconf, template, data, overwrite=True):
def render(self, fileconf, template, data, overwrite=True):
data = dict(data)
if (not os.path.isfile('{0}.custom'
.format(fileconf))):