29bdfbd71d
a high-quality learning experience to remote students. WWW: http://www.bigbluebutton.org/
14 lines
232 B
Text
14 lines
232 B
Text
worker_processes 1;
|
|
|
|
events {
|
|
worker_connections 1024;
|
|
}
|
|
|
|
http {
|
|
include mime.types;
|
|
default_type application/octet-stream;
|
|
sendfile on;
|
|
keepalive_timeout 65;
|
|
gzip on;
|
|
include %%PREFIX%%/etc/nginx/sites-enabled/*;
|
|
}
|