Skip to content

Commit a10b0a0

Browse files
committed
switch workflow to stable go release
1 parent 7f1c122 commit a10b0a0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository contains a CaddyServer module for processing images on the fly u
1212

1313
## Prerequisites
1414

15-
- [Caddy](https://caddyserver.com/) installed on your system
15+
- [Caddy >= 2.8.0-beta.1](https://caddyserver.com/) installed on your system
1616
- [libvips](https://libvips.github.io/libvips/install.html) installed on your system
1717
- [libvips-dev](https://libvips.github.io/libvips/install.html) installed on your system
1818

@@ -72,10 +72,6 @@ the [official documentation for caddy](https://caddyserver.com/docs/build#packag
7272
## Example Caddyfile
7373

7474
```plaintext
75-
{
76-
order image_processor before respond
77-
}
78-
7975
localhost {
8076
root * /your-images-directory
8177
file_server

0 commit comments

Comments
 (0)