Update README.md

This commit is contained in:
Cracker 2020-11-30 15:49:42 +01:00 committed by GitHub
parent 105fccfc9b
commit 803af29e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
````
<VirtualHost example.org:443>
...
# Proxy /whiteboard/ to whiteboard container
ProxyPass "/whiteboard/" "http://YOURIP:8080/"
ProxyPassReverse "/whiteboard/" "http://YOURIP:8080/"
...
</VirtualHost>
````
To run it at /whiteboard. Don't forget to change -> YOURIP!
## Nextcloud integration
1. Install this app on your server