freebsd-ports/www/bigbluebutton/files/nginx.conf-dist.in
Josh Paetzel 29bdfbd71d BigBlueButton enables universities and colleges to deliver
a high-quality learning experience to remote students.

WWW: http://www.bigbluebutton.org/
2011-01-09 22:10:41 +00:00

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/*;
}