Add comment marker to support inserting nginx configuration.

This commit is contained in:
Dorian 2016-05-16 13:29:33 -04:00
parent 5a039eb419
commit 03bb9e0192
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ server {
try_files $uri @{{ nsbase_app_name }}_app; try_files $uri @{{ nsbase_app_name }}_app;
} }
location @{{ nsbase_app_name }}_app { location @{{ nsbase_app_name }}_app {
{% block app_service_setup %}
# Include your setup to connect to the webapp setup here. # Include your setup to connect to the webapp setup here.
{% endblock %}
} }
} }