add promtail and geoip support

This commit is contained in:
nd 2021-11-26 03:33:55 +01:00
parent 08c567f7af
commit e71de82cdf
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
5 changed files with 60 additions and 0 deletions

View file

@ -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;