mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: caddy test
This commit is contained in:
parent
7291e015fd
commit
0575d20c0a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in {
|
|||
@api {
|
||||
path /api/*
|
||||
}
|
||||
reverse_proxy @api ${localhost}:${toString service.ports.port0}
|
||||
reverse_proxy ${localhost}:${toString service.ports.port0}
|
||||
|
||||
tls ${service.ssl.cert} ${service.ssl.key}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue