We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9daa26 commit c419f48Copy full SHA for c419f48
templates/sites-available/drupal-site.j2
@@ -198,7 +198,7 @@ server {
198
{% endif %}
199
200
201
- server_name {{item.server_name}};
+ server_name {{item.server_name}}{% if item.default is defined and item.default %} default{% endif %};
202
203
{% if item.limit_conn != 'None' %}
204
limit_conn {{item.limit_conn|default('arbeit 32')}};
0 commit comments