mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-02 20:16:16 +02:00
parent
96182bcc74
commit
fe17b8f6eb
@ -15,9 +15,11 @@
|
|||||||
# You should have received a copy of the GNU Lesser General Public License along
|
# You should have received a copy of the GNU Lesser General Public License along
|
||||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
location /playback/presentation/2.0/playback.html {
|
||||||
location /playback/presentation {
|
return 301 /playback/presentation/2.3/$arg_meetingId?$query_string;
|
||||||
alias /www/presentation;
|
}
|
||||||
|
location /playback/presentation/2.3 {
|
||||||
|
try_files $uri /playback/presentation/2.3/index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /presentation {
|
location /presentation {
|
||||||
|
@ -22,6 +22,7 @@ server {
|
|||||||
server_name _;
|
server_name _;
|
||||||
access_log /dev/stdout;
|
access_log /dev/stdout;
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
|
root /www/;
|
||||||
|
|
||||||
# redirect to greenlight
|
# redirect to greenlight
|
||||||
location = / {
|
location = / {
|
||||||
|
Loading…
Reference in New Issue
Block a user