configure caddy and disable build cache
This commit is contained in:
parent
63016c1dd8
commit
4a4446177b
3 changed files with 10 additions and 2 deletions
9
Caddyfile
Normal file
9
Caddyfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
:80 {
|
||||
root * /usr/share/caddy
|
||||
file_server
|
||||
|
||||
log {
|
||||
output stdout
|
||||
format console
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue