Merge "Add helptext to access_log_headers_only"

This commit is contained in:
Jenkins
2014-06-26 14:02:53 +00:00
committed by Gerrit Code Review

View File

@@ -54,7 +54,9 @@
<td>access_log_headers = false</td><td>No help text available for this option.</td>
</tr>
<tr>
<td>access_log_headers_only = </td><td>No help text available for this option.</td>
<td>access_log_headers_only = </td><td>If access_log_headers is True and access_log_headers_only is set only
these headers are logged. Multiple headers can be defined as comma separated list like this:
access_log_headers_only = Host, X-Object-Meta-Mtime</td>
</tr>
<tr>
<td>logged with access_log_headers = True.</td><td>No help text available for this option.</td>
@@ -73,4 +75,4 @@
</tr>
</tbody>
</table>
</para>
</para>