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 e92e632 commit abbb0f7Copy full SHA for abbb0f7
templates/sites-available/drupal-site.j2
@@ -25,7 +25,9 @@ server {
25
{% endif %}
26
27
server_name {{item.server_name}};
28
+ {% if item.limit_conn != 'None' %}
29
limit_conn {{item.limit_conn|default('arbeit 32')}};
30
+ {% endif %}
31
32
## Access and error logs.
33
access_log {{nginx_drupal_log_path}}/{{item.server_name}}_{{item.file_name}}_access.log;
@@ -198,7 +200,9 @@ server {
198
200
199
201
202
203
204
205
206
207
208
access_log {{nginx_drupal_log_path}}/{{item.server_name}}_access.log;
0 commit comments