s3mail
This commit is contained in:
parent
22eadee4cd
commit
3da5e3c814
|
|
@ -113,7 +113,18 @@ iitwelders.bayarea-cc.com {
|
||||||
}
|
}
|
||||||
encode gzip
|
encode gzip
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s3mail.bayarea-cc.com {
|
||||||
|
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
||||||
|
handle {
|
||||||
|
reverse_proxy host.docker.internal:3060
|
||||||
|
}
|
||||||
|
log {
|
||||||
|
output file /var/log/caddy/s3mail.log
|
||||||
|
format console
|
||||||
|
}
|
||||||
|
encode gzip
|
||||||
|
}
|
||||||
www.fancytextstuff.com {
|
www.fancytextstuff.com {
|
||||||
redir https://fancytextstuff.com{uri} permanent
|
redir https://fancytextstuff.com{uri} permanent
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue