aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..24580aa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
1# Mirror pages
2
3Browse template for [mirror.igorek.dev](https://mirror.igorek.dev).
4
5## Usage
6
7Reference it from the `file_server` directive in your `Caddyfile`:
8
9```caddyfile
10mirror.igorek.dev {
11 root * /path/to/files
12 file_server {
13 browse /path/to/browse.html
14 }
15}
16```