daemon off; user www-data; pid /run/nginx.pid; worker_processes auto; include /etc/nginx/modules-enabled/*.conf; events { worker_connections 768; } http { sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; include /etc/nginx/mime.types; default_type application/octet-stream; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; access_log /dev/stdout; error_log /dev/stdout info; include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; } include /etc/nginx/rtmp.conf;