6 lines
66 B
Caddyfile
6 lines
66 B
Caddyfile
:8080 {
|
|
root * /srv
|
|
file_server
|
|
try_files {path} /index.html
|
|
}
|