fancytextstuff
This commit is contained in:
parent
1369944996
commit
766f0d4a18
|
|
@ -43,6 +43,21 @@ bayarea-cc.com {
|
||||||
www.bayarea-cc.com {
|
www.bayarea-cc.com {
|
||||||
redir https://bayarea-cc.com{uri} permanent
|
redir https://bayarea-cc.com{uri} permanent
|
||||||
}
|
}
|
||||||
|
fancytextstuff.com {
|
||||||
|
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
||||||
|
handle {
|
||||||
|
reverse_proxy fancytext-app:3010
|
||||||
|
}
|
||||||
|
log {
|
||||||
|
output file /var/log/caddy/fancytext.log
|
||||||
|
format console
|
||||||
|
}
|
||||||
|
encode gzip
|
||||||
|
}
|
||||||
|
|
||||||
|
www.fancytextstuff.com {
|
||||||
|
redir https://fancytextstuff.com{uri} permanent
|
||||||
|
}
|
||||||
auth.bizmatch.net {
|
auth.bizmatch.net {
|
||||||
reverse_proxy https://bizmatch-net.firebaseapp.com {
|
reverse_proxy https://bizmatch-net.firebaseapp.com {
|
||||||
header_up Host bizmatch-net.firebaseapp.com
|
header_up Host bizmatch-net.firebaseapp.com
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue