mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 11:48:22 +02:00
nginx: redirect old greenlight v2 room links
This commit is contained in:
parent
f10979f8e4
commit
1fbf11a9fa
@ -33,6 +33,10 @@ server {
|
|||||||
# Include specific rules for record and playback
|
# Include specific rules for record and playback
|
||||||
include /etc/nginx/bbb/*.nginx;
|
include /etc/nginx/bbb/*.nginx;
|
||||||
|
|
||||||
|
# redirect old greenlight v2 room links
|
||||||
|
location ~ "/b/([a-z0-9\-]+)" {
|
||||||
|
return 302 /rooms/$1;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://greenlight:3000;
|
proxy_pass http://greenlight:3000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user