forked from extern/docker
Add default presentation
Polls can only be used when there is a presentation, therefore I think that having the default presentation available can be useful. Note that the current nginx configuration in this repository does not specify where http://DOMAIN/default.pdf actually resides, so nginx's [default](http://nginx.org/en/docs/http/ngx_http_core_module.html#root) `root html` is used.
This commit is contained in:
parent
26c564a55e
commit
8ff6bed787
BIN
conf/default.pdf
Normal file
BIN
conf/default.pdf
Normal file
Binary file not shown.
@ -46,6 +46,7 @@ services:
|
||||
- bigbluebutton:/var/bigbluebutton
|
||||
- ./mod/nginx/bbb:/etc/nginx/bbb
|
||||
- ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf
|
||||
- ${DEFAULT_PRESENTATION}:/etc/nginx/html/default.pdf
|
||||
networks:
|
||||
- bbb-net
|
||||
extra_hosts:
|
||||
|
@ -21,7 +21,7 @@ WELCOME_FOOTER=This server is running <a href="http://docs.bigbluebutton.org/" t
|
||||
# use following line for an additional SIP dial-in message
|
||||
#WELCOME_FOOTER=This server is running <a href="http://docs.bigbluebutton.org/" target="_blank"><u>BigBlueButton</u></a>. <br><br>To join this meeting by phone, dial:<br> INSERT_YOUR_PHONE_NUMBER_HERE<br>Then enter %%CONFNUM%% as the conference PIN number.
|
||||
|
||||
|
||||
DEFAULT_PRESENTATION=./conf/default.pdf
|
||||
|
||||
|
||||
# -------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user