Removed option.

see #554
This commit is contained in:
Antoine Nguyen
2024-05-16 14:21:54 +02:00
parent 271add9b6e
commit 917bd7382b
4 changed files with 3 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ class Nginx(base.Installer):
def get_template_context(self, app):
"""Additionnal variables."""
context = super(Nginx, self).get_template_context()
context = super().get_template_context()
context.update({
"app_instance_path": (
self.config.get(app, "instance_path")),