fix(docs): update config example for Apache proxy config

This commit is contained in:
Frederic Pollmann 2021-02-18 08:51:23 +01:00
parent 61000f5f69
commit 5717850389

View file

@ -269,7 +269,7 @@ interface on port `8080` below):
RewriteEngine On
# Websocket connections from the clients.
RewriteRule ^/standalone-signaling/spreed$ - [L]
RewriteRule ^/standalone-signaling/spreed/$ - [L]
# Backend connections from Nextcloud.
RewriteRule ^/standalone-signaling/api/(.*) http://127.0.0.1:8080/api/$1 [L,P]