6 lines
83 B
Caddyfile
6 lines
83 B
Caddyfile
:80 {
|
|
root * /var/www/html
|
|
file_server
|
|
|
|
try_files {path} /index.html
|
|
}
|