Skip to content

Commit

Permalink
update nginx.conf for Centmin Mod .08 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Nov 27, 2014
1 parent abad619 commit 2410b1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ timer_resolution 100ms;

pcre_jit on;

pid logs/nginx.pid;

events {
worker_connections 3072;
worker_connections 4096;
accept_mutex on;
accept_mutex_delay 100ms;
use epoll;
Expand All @@ -26,7 +28,6 @@ log_format main '$remote_addr - $remote_user [$time_local] $request '

access_log logs/access.log combined buffer=128k flush=15m;
error_log logs/error.log warn;
pid logs/nginx.pid;

index index.php index.html index.htm;
include mime.types;
Expand Down

0 comments on commit 2410b1a

Please sign in to comment.