1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-08-04 01:44:39 +02:00

Split /app to /stream and /play

This commit is contained in:
Alexandre Iooss
2020-09-15 15:48:03 +02:00
parent f916adc2b4
commit 5f4805bd5c
7 changed files with 55 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ server {
}
# Pass WebSocket to OvenMediaEngine for WebRTC signalling
location /app/ {
location /play/ {
proxy_pass http://127.0.0.1:3333;
proxy_redirect off;
proxy_http_version 1.1;