mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-11 15:47:13 -07:00
* update docs * use auto-gen routes * dumb deps * remove whitespace * github action to build dev docs container * no cache Co-authored-by: hay-kot <hay-kot@pm.me>
15 lines
No EOL
153 B
Caddyfile
15 lines
No EOL
153 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:80 {
|
|
root * /srv
|
|
encode gzip
|
|
uri strip_suffix /
|
|
|
|
handle {
|
|
try_files {path} {path}/ /index.html
|
|
file_server
|
|
}
|
|
|
|
} |