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