File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This repository contains a CaddyServer module for processing images on the fly u
12
12
13
13
## Prerequisites
14
14
15
- - [ Caddy] ( https://caddyserver.com/ ) installed on your system
15
+ - [ Caddy >= 2.8.0-beta.1 ] ( https://caddyserver.com/ ) installed on your system
16
16
- [ libvips] ( https://libvips.github.io/libvips/install.html ) installed on your system
17
17
- [ libvips-dev] ( https://libvips.github.io/libvips/install.html ) installed on your system
18
18
@@ -72,10 +72,6 @@ the [official documentation for caddy](https://caddyserver.com/docs/build#packag
72
72
# # Example Caddyfile
73
73
74
74
` ` ` plaintext
75
- {
76
- order image_processor before respond
77
- }
78
-
79
75
localhost {
80
76
root * /your-images-directory
81
77
file_server
You can’t perform that action at this time.
0 commit comments