From b54ee5d044e47380fb6d3bf2f28efcd6128878df Mon Sep 17 00:00:00 2001 From: jdreichmann Date: Thu, 4 Apr 2019 16:29:13 +0200 Subject: [PATCH] financial: add proxy setup for financial dashboard on athena7.eu --- webhosts/financial_athena7/Caddyfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 webhosts/financial_athena7/Caddyfile diff --git a/webhosts/financial_athena7/Caddyfile b/webhosts/financial_athena7/Caddyfile new file mode 100644 index 0000000..b1d19f1 --- /dev/null +++ b/webhosts/financial_athena7/Caddyfile @@ -0,0 +1,7 @@ +https://financial.athena7.eu { + tls /tls_certs/financial.athena7.eu/fullchain.pem /tls_certs/financial.athena7.eu/privkey.pem + proxy / firefly_iii:80 { + transparent + websocket + } +}