mirror of
https://github.com/strukturag/nextcloud-spreed-signaling.git
synced 2025-04-10 22:10:10 +00:00
Merge pull request #82 from schleiftier/master
fix(docs): update config example for Apache proxy config
This commit is contained in:
commit
3b8b6fbda6
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue