Francis Lavoie
3 years ago
committed by
GitHub
2 changed files with 38 additions and 0 deletions
@ -0,0 +1,32 @@ |
|||||
|
:80 |
||||
|
|
||||
|
file_server { |
||||
|
pass_thru |
||||
|
} |
||||
|
---------- |
||||
|
{ |
||||
|
"apps": { |
||||
|
"http": { |
||||
|
"servers": { |
||||
|
"srv0": { |
||||
|
"listen": [ |
||||
|
":80" |
||||
|
], |
||||
|
"routes": [ |
||||
|
{ |
||||
|
"handle": [ |
||||
|
{ |
||||
|
"handler": "file_server", |
||||
|
"hide": [ |
||||
|
"./Caddyfile" |
||||
|
], |
||||
|
"pass_thru": true |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue