From 803af29e3a47c9036ca7759ec4bbe0ee0a16cc4c Mon Sep 17 00:00:00 2001 From: Cracker Date: Mon, 30 Nov 2020 15:49:42 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9836e1e..1077a80 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,19 @@ Add this to your server part: To run it at /whiteboard. Don't forget to change -> YOURIP! +## Apache Reverse Proxy configuration + +```` + +... +# Proxy /whiteboard/ to whiteboard container +ProxyPass "/whiteboard/" "http://YOURIP:8080/" +ProxyPassReverse "/whiteboard/" "http://YOURIP:8080/" +... + +```` +To run it at /whiteboard. Don't forget to change -> YOURIP! + ## Nextcloud integration 1. Install this app on your server