All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 47s
7 lines
87 B
Caddyfile
7 lines
87 B
Caddyfile
# See https://caddyserver.com/docs/caddyfile
|
|
|
|
localhost {
|
|
root * /static
|
|
file_server
|
|
}
|