mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-16 12:13:42 -05:00
4 lines
81 B
Caddyfile
4 lines
81 B
Caddyfile
# example caddy configuration
|
|
catask.localhost {
|
|
reverse_proxy 127.0.0.1:5000
|
|
}
|