mailru / graphite-nginx-module

An nginx module for collecting stats into Graphite
135 stars 34 forks source link

Fix crash on start nginx without http {} config section #27

Closed morf closed 5 years ago

morf commented 5 years ago

Example config with crash (use only stream module):

worker_processes 1;
daemon off;
master_process off;

events {
    worker_connections  1024;
}

stream {

}