Skip to content

Commit

Permalink
Deployed 0c5c400 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Mar 6, 2024
1 parent 6c7f8ab commit 15d15bd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
29 changes: 26 additions & 3 deletions docker/reverse-proxies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,13 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#caddy">6.3
<span class="md-ellipsis">
Caddy
</span>
</a>
</li>
</ul>
</nav>
</li>
Expand Down Expand Up @@ -325,6 +332,13 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#caddy">6.3
<span class="md-ellipsis">
Caddy
</span>
</a>
</li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -419,12 +433,21 @@ <h2 id="nginx"><span class="enumerate-headings-plugin enumerate-heading-plugin">
}
}
</code></pre></div></p>
<h2 id="caddy"><span class="enumerate-headings-plugin enumerate-heading-plugin">6.3</span> Caddy<a class="headerlink" href="#caddy" title="Permanent link"></a></h2>
<p>Make sure to use HTTPS for redirection to avoid mixed content errors. </p>
<p>Add this to your Caddyfile:
<div class="highlight"><pre><span></span><code>links.example.com {
reverse_proxy https://localhost:443 {
tls_insecure_skip_verify
}
}
</code></pre></div></p>
<aside class="md-source-file">
<span class="md-source-file__fact">
<span class="md-icon" title="Last update">
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"></path></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-01-17T14:47:15+01:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-01-17</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-02-03T16:55:47+01:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-02-03</span>
</span>
<span class="md-source-file__fact">
<span class="md-icon" title="Created">
Expand All @@ -437,13 +460,13 @@ <h2 id="nginx"><span class="enumerate-headings-plugin enumerate-heading-plugin">
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9 3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3 3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3 3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.536 5.536 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13v-1.75M0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9-.59.68-.95 1.62-.95 2.65V20H0m24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65 2.56.34 4.45 1.51 4.45 2.9V20Z"></path></svg>
</span>
<nav>
Frank, MagicLike
nikurasu, Frank, MagicLike
</nav>
</span>
</aside>
<div class="md-source-date">
<small>
Authors: <span class="git-page-authors git-authors">Frank (95.45%), MagicLike (4.55%)</span>
Authors: <span class="git-page-authors git-authors">nikurasu (15.38%), Frank (80.77%), MagicLike (3.85%)</span>
</small>
</div>
</article>
Expand Down
Loading

0 comments on commit 15d15bd

Please sign in to comment.