14 lines
216 B
Text
14 lines
216 B
Text
|
caddy:
|
||
|
sites:
|
||
|
- |
|
||
|
example.flipdot.org {
|
||
|
import header
|
||
|
respond "Hello World"
|
||
|
}
|
||
|
|
||
|
- |
|
||
|
testing.flipdot.org {
|
||
|
import header
|
||
|
reverse_proxy localhost:3000
|
||
|
}
|