aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 24580aa9b5c55e08d7469539d3e4a685c51459c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Mirror pages

Browse template for [mirror.igorek.dev](https://mirror.igorek.dev).

## Usage

Reference it from the `file_server` directive in your `Caddyfile`:

```caddyfile
mirror.igorek.dev {
    root * /path/to/files
    file_server {
        browse /path/to/browse.html
    }
}
```