captains-log/frontend/Caddyfile

15 lines
116 B
Caddyfile
Raw Normal View History

{
auto_https off
}
http://localhost:8000
handle_errors {
rewrite * /index.html
file_server
}
file_server