From 14d39414fde702b255c640e1abbf4597bc395653 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 24 Aug 2018 22:24:50 +0200 Subject: [PATCH] [doc] add bad information about deployment --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 22ae52c..f99f1ea 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,13 @@ On the SERVER side logs you will see: [2018-08-24 17:48:43 +0200] [12522] [BACKGROUND] [run_job] Starting job 'mumbleserver'... [2018-08-24 17:48:43 +0200] [12522] [BACKGROUND] [run_job] Launch command: /bin/bash ./stupidScript.sh https://github.com/YunoHost-Apps/mumbleserver_ynh "mumbleserver" +# Deployment + +You need to put this program behind a nginx mod proxy AND add the magical lines +to allow websocket (it's not allowed for whatever reason) and that all the way +through all the proxies (if you deploy on bearnaise's lxc or something +similar). + # Licence Agplv3+