move nginx

This commit is contained in:
Jimmy Zelinskie 2016-08-10 16:14:33 -04:00
parent 4ecf763446
commit 6a681bb748
9 changed files with 2 additions and 2 deletions

17
conf/nginx/root-base.conf Normal file
View file

@ -0,0 +1,17 @@
# vim: ft=nginx
pid /tmp/nginx.pid;
error_log /dev/stdout;
worker_processes 2;
worker_priority -10;
worker_rlimit_nofile 10240;
user root nogroup;
daemon off;
events {
worker_connections 10240;
accept_mutex off;
}