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