openstack-manuals/doc/common/tables/swift-proxy-server-filter-c...

55 lines
1.7 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- The tool that generated this table lives in the
openstack-doc-tools repository. The editions made in
this file will *not* be lost if you run the script again. -->
<table rules="all">
<caption>Description of configuration options for
<literal>[filter-cname_lookup]</literal> in <literal>proxy-server.conf</literal>
</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>lookup_depth = 1</td>
<td>Because CNAMES can be recursive, specifies the number of levels through which to search.</td>
</tr>
<tr>
<td>set log_address = /dev/log</td>
<td>Location where syslog sends the logs to</td>
</tr>
<tr>
<td>set log_facility = LOG_LOCAL0</td>
<td>Syslog log facility</td>
</tr>
<tr>
<td>set log_headers = false</td>
<td>If True, log headers in each request</td>
</tr>
<tr>
<td>set log_level = INFO</td>
<td>Log level</td>
</tr>
<tr>
<td>set log_name = cname_lookup</td>
<td>Label to use when logging</td>
</tr>
<tr>
<td>storage_domain = example.com</td>
<td>Domain that matches your cloud. Multiple domains can be specified using a comma-separated
list.</td>
</tr>
<tr>
<td>use = egg:swift#cname_lookup</td>
<td>Entry point of paste.deploy in the server</td>
</tr>
</tbody>
</table>
</para>