aboutsummaryrefslogtreecommitdiff
path: root/tool/modules/nginx.py
diff options
context:
space:
mode:
Diffstat (limited to 'tool/modules/nginx.py')
-rwxr-xr-xtool/modules/nginx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/modules/nginx.py b/tool/modules/nginx.py
index e9cc0d9..ebbbee5 100755
--- a/tool/modules/nginx.py
+++ b/tool/modules/nginx.py
@@ -16,7 +16,7 @@ with open(os.path.join(nginx_template_dir, 'server.schema.json')) as f:
jsonschema.validate(server, schema)
-non_template_files = ['ssl.conf', 'https-redirect.conf']
+non_template_files = ['ssl.conf', 'forbid_unknown_domain.conf']
root_template = Template(os.path.join(
nginx_template_dir, 'root.conf.template'))