52112cde87
Sometimes operators need to tweak the nginx config. They should not modify config files provided by the packages. Instead they should add their own config files in `/etc/bigbluebutton/nginx/`. This patch links the default config provided by packages into this directory.
10 lines
453 B
Nginx Configuration File
10 lines
453 B
Nginx Configuration File
# The purpose of this file is to be included in an nginx site configuration.
|
|
# you may copy this file to /etc/bigbluebutton/nginx/include_default.nginx and
|
|
# adapt it to your needs
|
|
#
|
|
# If you are running a cluster setup, you need to change bbb-html5.nginx
|
|
# copy it to /etc/bigbluebutting/nginx/bbb-html5.nginx and include all the
|
|
# components in /usr/share/bigbluebutton/nginx/ that you did not change.
|
|
|
|
include /usr/share/bigbluebutton/nginx/*.nginx;
|