Skip to content

Commit 91a1eaf

Browse files
committed
fix typo
1 parent 7d6f3a4 commit 91a1eaf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,17 @@ This gives you fine-grained control over image processing in your Caddy server.
156156
### Example with `on_fail` and Security Configuration
157157
```plaintext
158158
localhost:80 {
159-
import common
160-
root test-dataset
161-
file_server
162-
image_processor {
159+
import common
160+
root test-dataset
161+
file_server
162+
163+
image_processor {
163164
164-
# Serve original image if image in unprocessable
165-
on_fail bypass
165+
# Serve original image if image in unprocessable
166+
on_fail bypass
166167
167168
# Return 500 Internal Server Error if processing fails
168-
# on_fail abort
169+
# on_fail abort
169170
170171
security {
171172

0 commit comments

Comments
 (0)