WIP Caddy caddy formula
This commit is contained in:
commit
acd87c1814
5 changed files with 111 additions and 0 deletions
13
pillar.example
Normal file
13
pillar.example
Normal file
|
@ -0,0 +1,13 @@
|
|||
caddy:
|
||||
sites:
|
||||
- |
|
||||
example.flipdot.org {
|
||||
import header
|
||||
respond "Hello World"
|
||||
}
|
||||
|
||||
- |
|
||||
testing.flipdot.org {
|
||||
import header
|
||||
reverse_proxy localhost:3000
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue