mirror of
https://github.com/remvze/moodist.git
synced 2026-05-25 16:32:36 -04:00
10 lines
112 B
Caddyfile
10 lines
112 B
Caddyfile
:8080 {
|
|
file_server
|
|
root * /var/www/html
|
|
|
|
handle_errors {
|
|
rewrite * /index.html
|
|
file_server
|
|
}
|
|
}
|