Merge pull request #82 from schleiftier/master

fix(docs): update config example for Apache proxy config
This commit is contained in:
Joachim Bauch 2021-04-23 10:03:27 +02:00 committed by GitHub
commit 3b8b6fbda6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]