Deploying to gh-pages from @ TxtDot/documentation@ea47bafb84 🚀

This commit is contained in:
DarkCat09 2023-09-25 09:02:56 +00:00
parent e27619b7ab
commit d742c1a03e
4 changed files with 44 additions and 10 deletions

35
env/index.html vendored
View file

@ -371,6 +371,20 @@
REVERSE_PROXY
</a>
</li>
<li class="md-nav__item">
<a href="#proxy_res" class="md-nav__link">
PROXY_RES
</a>
</li>
<li class="md-nav__item">
<a href="#swagger" class="md-nav__link">
SWAGGER
</a>
</li>
</ul>
@ -445,6 +459,20 @@
REVERSE_PROXY
</a>
</li>
<li class="md-nav__item">
<a href="#proxy_res" class="md-nav__link">
PROXY_RES
</a>
</li>
<li class="md-nav__item">
<a href="#swagger" class="md-nav__link">
SWAGGER
</a>
</li>
</ul>
@ -481,6 +509,13 @@ Set it to <code>127.0.0.1</code> if your txtdot instance is behind reverse proxy
<p>Default: <code>false</code></p>
<p>Set it to <code>true</code> only if your txtdot instance runs behind reverse proxy.
Needed for processing X-Forwarded headers.</p>
<h2 id="proxy_res">PROXY_RES</h2>
<p>Default: <code>true</code></p>
<p>Whether to allow proxying images, video, audio
and everything else through your txtdot instance.</p>
<h2 id="swagger">SWAGGER</h2>
<p>Default: <code>false</code></p>
<p>Whether to add <code>/doc</code> route for Swagger API docs.</p>