mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge branch 'W7PEA-patch-2'
This commit is contained in:
commit
f0c54993ca
@ -2,8 +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
|
||||||
pid /tmp/nginx.pid;
|
error_log /var/log/nginx/error.log warn;
|
||||||
error_log /tmp/nginx.error.log;
|
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
|
||||||
@ -16,7 +16,7 @@ http {
|
|||||||
include mime.types;
|
include mime.types;
|
||||||
# fallback in case we can't determine a type
|
# fallback in case we can't determine a type
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
access_log /tmp/nginx.access.log combined;
|
access_log /var/log/nginx/access.log combined;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
|
|
||||||
upstream app_server {
|
upstream app_server {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user