mirror of
https://github.com/fergalmoran/nginx-rtmp-geoip2-alpine.git
synced 2025-12-22 09:28:28 +00:00
Disabled rtmp modult by default
This commit is contained in:
@@ -2,7 +2,7 @@ worker_processes 1;
|
||||
error_log /var/log/nginx/error.log warn;
|
||||
pid /var/run/nginx.pid;
|
||||
load_module /etc/nginx/modules/ngx_http_geoip2_module.so; # GeoIP2
|
||||
load_module /etc/nginx/modules/ngx_rtmp_module.so;
|
||||
#load_module /etc/nginx/modules/ngx_rtmp_module.so;
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user