diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 66a62534..c55305a2 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -342,6 +342,18 @@ If you prefer Apache, you can use this configuration (here too, replace `blog.ex ``` +## Configuring Caddyserver + +If you prefer [Caddyserver](http://caddyserver.com), you can use this configuration (again, replacing `blog.example.com` with your domain): + +``` +blog.example.com { + proxy / localhost:7878 { + transparent + } +} +``` + ## Systemd integration If you want to manage your Plume instance with systemd, you can use the following unit file (to be saved in `/etc/systemd/system/plume.service`):