Site updated at 2017-01-06 21:19:39 UTC

This commit is contained in:
Travis CI 2017-01-06 21:19:41 +00:00
parent df60e577e2
commit 6fb0848a29
24 changed files with 40 additions and 38 deletions

View file

@ -118,7 +118,7 @@
<p>If you are using SSL certificate or Docker, you may need to add the <code class="highlighter-rouge">base_url</code> configuration variable to your <code class="highlighter-rouge">html</code> component as follows:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1">#Example configuration.yaml entry</span>
<span class="s">html</span><span class="pi">:</span>
<span class="s">http</span><span class="pi">:</span>
<span class="s">base_url</span><span class="pi">:</span> <span class="s">example.duckdns.org</span>
</code></pre>
</div>