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 52ebacc commit 71bd5c8Copy full SHA for 71bd5c8
docker-files/opt/webroot/config/Caddyfile-upload.json
@@ -12,6 +12,22 @@
12
"default_logger_name": "myaccesslogger"
13
},
14
"routes": [
15
+ {
16
+ "match":[
17
18
+ "method": ["GET"],
19
+ "path": ["/health"]
20
+ }
21
+ ],
22
+ "handle": [
23
24
+ "handler": "static_response",
25
+ "status_code": 200,
26
+ "body": "Okay",
27
+ "close": true
28
29
+ ]
30
+ },
31
{
32
"match":[
33
0 commit comments