mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Use consistent style in nginx.conf
This commit is contained in:
parent
101f2da922
commit
7891310d80
@ -3,7 +3,7 @@ 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;
|
error_log /var/log/nginx/error.log warn;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
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