mirror of
https://codeberg.org/gothub/pages
synced 2024-12-06 19:16:41 +01:00
Update docs
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -340,8 +340,8 @@
|
||||
|
||||
|
||||
<h1 id="setting-up-caddy-for-gothub">Setting up Caddy for GotHub</h1>
|
||||
<p>Setting up caddy is not hard at all, and certificate generation is handled by itself for you.</p>
|
||||
<p>After installing caddy, append the following to the <code>Caddyfile</code>:</p>
|
||||
<p>Setting up the Caddy web server is not hard at all. Caddy is the recommended web server for GotHub, due it being made in Go, having HTTP/3 support and automatic certificate generation.</p>
|
||||
<p>After installing Caddy, append the following to the <code>Caddyfile</code>:</p>
|
||||
<pre><code class="language-caddyfile">gothub.domain.tld {
|
||||
reverse_proxy localhost:3000
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user