8 lines
112 B
Caddyfile
8 lines
112 B
Caddyfile
|
jeffa.io,
|
||
|
www.jeffa.io,
|
||
|
localhost:8000 {
|
||
|
root * /srv/
|
||
|
file_server
|
||
|
try_files {path} {path}.html {path}/ 404
|
||
|
}
|