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

38 lines
1.2 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-name_check]</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>forbidden_chars = '"`&lt;&gt;</td>
<td>Characters that are not allowed in a name</td>
</tr>
<tr>
<td>forbidden_regexp = /\./|/\.\./|/\.$|/\.\.$</td>
<td>Substrings to forbid, using regular expression syntax</td>
</tr>
<tr>
<td>maximum_length = 255</td>
<td>Maximum length of a name</td>
</tr>
<tr>
<td>use = egg:swift#name_check</td>
<td>Entry point of paste.deploy in the server</td>
</tr>
</tbody>
</table>
</para>