We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6f3a4 commit 91a1eafCopy full SHA for 91a1eaf
README.md
@@ -156,16 +156,17 @@ This gives you fine-grained control over image processing in your Caddy server.
156
### Example with `on_fail` and Security Configuration
157
```plaintext
158
localhost:80 {
159
- import common
160
- root test-dataset
161
- file_server
162
- image_processor {
+ import common
+ root test-dataset
+ file_server
+
163
+ image_processor {
164
- # Serve original image if image in unprocessable
165
- on_fail bypass
+ # Serve original image if image in unprocessable
166
+ on_fail bypass
167
168
# Return 500 Internal Server Error if processing fails
- # on_fail abort
169
+ # on_fail abort
170
171
security {
172
0 commit comments