add promtail and geoip support
This commit is contained in:
parent
08c567f7af
commit
e71de82cdf
5 changed files with 60 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ pid /run/nginx.pid;
|
|||
|
||||
load_module /usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so;
|
||||
load_module /usr/lib/nginx/modules/ngx_stream_module.so;
|
||||
load_module /usr/lib/nginx/modules/ngx_http_geoip_module.so;
|
||||
|
||||
events {
|
||||
use epoll;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue