mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
All good
… final edits.
This commit is contained in:
parent
a80052e66a
commit
66ec021291
@ -2,13 +2,8 @@ worker_processes 1;
|
|||||||
|
|
||||||
user nobody nogroup;
|
user nobody nogroup;
|
||||||
# 'user nobody nobody;' for systems with 'nobody' as a group instead
|
# 'user nobody nobody;' for systems with 'nobody' as a group instead
|
||||||
error_log /var/log/nginx/error.log warn; # Ubuntu 16.04 + Nginx 1.14
|
error_log /var/log/nginx/error.log warn;
|
||||||
pid /var/run/nginx.pid; # Ubuntu 16.04 + Nginx 1.14
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
# On some systems, these settings are preferred
|
|
||||||
# pid /tmp/nginx.pid;
|
|
||||||
# error_log /tmp/nginx.error.log;
|
|
||||||
|
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024; # increase if you have lots of clients
|
worker_connections 1024; # increase if you have lots of clients
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user