This commit is contained in:
parent
795757320d
commit
9d4c6d283d
|
|
@ -14,52 +14,24 @@ www.bizmatch.net {
|
||||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
www.bayarea-cc.com {
|
|
||||||
# SSL/TLS mit Cloudflare DNS Challenge
|
|
||||||
tls {
|
|
||||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
|
||||||
}
|
|
||||||
|
|
||||||
handle /api {
|
|
||||||
reverse_proxy host.docker.internal:3001
|
|
||||||
}
|
|
||||||
|
|
||||||
handle {
|
|
||||||
root * /app
|
|
||||||
try_files {path} /index.html
|
|
||||||
file_server
|
|
||||||
}
|
|
||||||
|
|
||||||
# Logging für Debugging
|
|
||||||
log {
|
|
||||||
output stderr
|
|
||||||
format console
|
|
||||||
}
|
|
||||||
|
|
||||||
encode gzip
|
|
||||||
}
|
|
||||||
bayarea-cc.com {
|
bayarea-cc.com {
|
||||||
# SSL/TLS mit Cloudflare DNS Challenge
|
# SSL/TLS mit Cloudflare DNS Challenge
|
||||||
tls {
|
tls {
|
||||||
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
dns cloudflare abc
|
||||||
|
subjects bayarea-cc.com www.bayarea-cc.com
|
||||||
}
|
}
|
||||||
|
|
||||||
handle /api {
|
handle /api {
|
||||||
reverse_proxy host.docker.internal:3001
|
reverse_proxy host.docker.internal:3001
|
||||||
}
|
}
|
||||||
|
|
||||||
handle {
|
handle {
|
||||||
root * /app
|
root * /app
|
||||||
try_files {path} /index.html
|
try_files {path} /index.html
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
# Logging für Debugging
|
|
||||||
log {
|
log {
|
||||||
output stderr
|
output stderr
|
||||||
format console
|
format console
|
||||||
}
|
}
|
||||||
|
|
||||||
encode gzip
|
encode gzip
|
||||||
}
|
}
|
||||||
auth.bizmatch.net {
|
auth.bizmatch.net {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue