summarylogtreecommitdiffstats
path: root/beehive.install
diff options
context:
space:
mode:
authorDennis Stengele2017-02-25 15:00:59 +0100
committerDennis Stengele2017-02-25 15:00:59 +0100
commitef59f977e9a6a117e81e199c1b434e288e24991d (patch)
treeb058d5476fda0dbf85e1bc31a86cdebc5ad93992 /beehive.install
parentbb8b26e280646b196a19c004b8b0ed30b6ae7108 (diff)
downloadaur-ef59f977e9a6a117e81e199c1b434e288e24991d.tar.gz
Add info for reverse proxy setup and fix Working Dir
Diffstat (limited to 'beehive.install')
-rw-r--r--beehive.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/beehive.install b/beehive.install
index a6b7daaf5c13..a5854464656e 100644
--- a/beehive.install
+++ b/beehive.install
@@ -4,6 +4,10 @@ post_install() {
fi
mkdir -p /etc/beehive
chown -R beehive: /etc/beehive
+ echo <<EOF
+To run a reverse proxy setup, please modify the systemd unit and add the following arguments to the ExecStart line:
+ -bind ":8181" -canonicalurl "http://beehive.myhost.com"
+EOF
}
pre_upgrade() {