Commit Graph

6 Commits (c3020573aea0ff81b6ba041c27dcad2f49ff0015)

Author SHA1 Message Date
Selivanov Pavel c3020573ae
Worker processes is already set 2018-01-22 05:01:20 +03:00
Selivanov Pavel 982f62e81b
Add worker_processes auto
Number of worker processes equal to number of CPU cores, instead of default 1.
2018-01-22 04:55:19 +03:00
Selivanov Pavel 0f34bd0ed1
Remove use epoll
Nginx automatically selects most efficient method.
When you say `use epoll`, you make your configs workable only on Linux servers, no *BSD or Windows.
2018-01-22 04:53:58 +03:00
Szekeres Bálint 3e55b6cd97 include order fixes 2018-01-10 16:08:38 +01:00
Szekeres Bálint fe9c15fc1f tabulation fixes 2018-01-08 02:49:44 +01:00
Szekeres Bálint 1bbaee1cde initial commit 2018-01-07 16:43:58 +01:00