Add comment marker to support inserting nginx configuration.
This commit is contained in:
parent
5a039eb419
commit
03bb9e0192
|
@ -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 %}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue