Skip to content

Commit 39c9126

Browse files
Add caddy example file. (#268)
* Added service example file * Update system-md-example.service * a * Rename to `kitsune.service`, move to `contrib/` directory, make instructions comments instead * Caddy example * quick extra comments at the top of the file * Add spaces in front of text comments, remove mention of Cloudflare (not relevant here), rename to "Caddyfile" --------- Co-authored-by: aumetra <aumetra@cryptolab.net>
1 parent 542d74b commit 39c9126

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

contrib/Caddyfile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Example file for Caddy
2+
# This should go in /etc/caddy/Caddyfile
3+
4+
example.domain {
5+
reverse_proxy 127.0.0.1:port # Should be port 5000 by default
6+
}
7+
8+
# Example if you need to use specific certificates.
9+
#example.domain {
10+
# tls /pathtofile/file.pem /pathtofile/file.key
11+
# reverse_proxy 127.0.0.1:port
12+
#}

0 commit comments

Comments
 (0)