Skip to content

Instantly share code, notes, and snippets.

@kn666
kn666 / nginx.conf
Created June 3, 2019 06:47 — forked from RunsFor/nginx.conf
HTTP terminating tools comparison in tarantool (MacBook Pro 13 2017 3.5 Ghz Intel Core i7, 16GB)
worker_processes 8;
error_log logs/error.log info;
events {
worker_connections 4096;
}
http {
include mime.types;
default_type application/octet-stream;
access_log off;
sendfile on;