mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-12 22:11:54 +00:00
7 lines
72 B
Caddyfile
7 lines
72 B
Caddyfile
:80 {
|
|
root * /app
|
|
encode
|
|
try_files {path} /index.html
|
|
file_server
|
|
}
|