This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/conf/nginx/root-base.conf

18 lines
227 B
Text
Raw Normal View History

2015-01-13 20:19:42 +00:00
# vim: ft=nginx
pid /tmp/nginx.pid;
error_log /dev/stdout;
worker_processes 2;
worker_priority -10;
2014-12-18 19:58:10 +00:00
worker_rlimit_nofile 10240;
user root nogroup;
daemon off;
events {
worker_connections 10240;
accept_mutex off;
2014-11-24 21:07:38 +00:00
}