From 82e7c96a0da0c9623be5279f5c22ab1e555e80d9 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Thu, 14 Jan 2021 22:02:54 +0100 Subject: [PATCH] Add source and attribution to openxchange-nginx config --- webserver/templates/sites/open-xchange.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webserver/templates/sites/open-xchange.conf b/webserver/templates/sites/open-xchange.conf index 2afb005..40c2a02 100644 --- a/webserver/templates/sites/open-xchange.conf +++ b/webserver/templates/sites/open-xchange.conf @@ -1,3 +1,5 @@ +# taken from https://gist.github.com/stbuehler/70ec37592957ab900469b75a05baa152 by Stefan Bühler + upstream oxcluster { server 127.0.0.1:8009 weight=50; } -- GitLab