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;
|
error_log /var/log/nginx/error.log warn;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
load_module /etc/nginx/modules/ngx_http_geoip2_module.so; # GeoIP2
|
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 {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
@@ -98,4 +98,4 @@ http {
|
|||||||
}
|
}
|
||||||
#=================Configuration Files=================#
|
#=================Configuration Files=================#
|
||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user