15 lines
116 B
Caddyfile
15 lines
116 B
Caddyfile
|
{
|
||
|
auto_https off
|
||
|
}
|
||
|
|
||
|
http://localhost:8000
|
||
|
|
||
|
handle_errors {
|
||
|
rewrite * /index.html
|
||
|
file_server
|
||
|
}
|
||
|
|
||
|
file_server
|
||
|
|
||
|
|