OPpdatere Caddy
This commit is contained in:
parent
0b35c857cd
commit
d78400c56e
1 changed files with 11 additions and 0 deletions
|
|
@ -6,6 +6,17 @@ www.teeoff.no {
|
|||
redir https://teeoff.no{uri} permanent
|
||||
}
|
||||
|
||||
teecup.teeoff.no {
|
||||
encode zstd gzip
|
||||
|
||||
log {
|
||||
output stdout
|
||||
format console
|
||||
}
|
||||
|
||||
reverse_proxy teecup_frontend:3000
|
||||
}
|
||||
|
||||
teeoff.no {
|
||||
encode zstd gzip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue