diff options
Diffstat (limited to 'src/benchmarks/httpd/nginx/nginx.conf')
| -rw-r--r-- | src/benchmarks/httpd/nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/httpd/nginx/nginx.conf b/src/benchmarks/httpd/nginx/nginx.conf index 988639e..cf4b4d0 100644 --- a/src/benchmarks/httpd/nginx/nginx.conf +++ b/src/benchmarks/httpd/nginx/nginx.conf @@ -6,7 +6,7 @@ error_log OBJDIR/nginx/logs/error.log; error_log OBJDIR/nginx/logs/error.log notice; error_log OBJDIR/nginx/logs/error.log info; -pid OBJDIR/nginx/logs/nginx.pid; +pid OBJDIR/nginx/nginx.pid; events { |
