mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-19 08:51:42 +02:00
nginx: serve default presentation
This commit is contained in:
@@ -38,6 +38,11 @@ server {
|
||||
return 302 /rooms/$1;
|
||||
}
|
||||
|
||||
# serve default.pdf from /www/
|
||||
location = /default.pdf {
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://greenlight:3000;
|
||||
proxy_set_header Host $host;
|
||||
|
Reference in New Issue
Block a user