mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
9 lines
96 B
Caddyfile
9 lines
96 B
Caddyfile
|
|
{
|
||
|
|
admin off
|
||
|
|
}
|
||
|
|
|
||
|
|
localhost {
|
||
|
|
handle /mealie/* {
|
||
|
|
reverse_proxy http://127.0.0.1:9090
|
||
|
|
}
|
||
|
|
}
|