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