From 03bb9e0192395eb20bc13ee9e2818b9e3bb091d2 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Mon, 16 May 2016 13:29:33 -0400 Subject: [PATCH] Add comment marker to support inserting nginx configuration. --- templates/app_nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/app_nginx.conf b/templates/app_nginx.conf index db345ba..95497d6 100644 --- a/templates/app_nginx.conf +++ b/templates/app_nginx.conf @@ -12,8 +12,6 @@ server { try_files $uri @{{ nsbase_app_name }}_app; } location @{{ nsbase_app_name }}_app { - {% block app_service_setup %} # Include your setup to connect to the webapp setup here. - {% endblock %} } } \ No newline at end of file