diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 01:00:53 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 01:00:53 -0400 |
| commit | f9e44dac3ee7673c092e162e2b6e3d1d61884941 (patch) | |
| tree | 25660fc51c291de0520244dde4160e107f962468 /conf/nginx.conf | |
| parent | 4bec68bfce88a0c1901fdbf36d39766696743392 (diff) | |
Update conf files
Diffstat (limited to 'conf/nginx.conf')
| -rw-r--r-- | conf/nginx.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index 4d54b39..3e6cbe5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ user dumpfmprod; worker_processes 5; -error_log /home/dumpfmprod/prod/log/nginx/error.log; +error_log /var/log/nginx/error.log; pid /var/run/nginx.pid; events { @@ -11,9 +11,9 @@ events { http { include /etc/nginx/mime.types; log_format hyphen '$remote_addr | $time_local | ' - '"$request" | $pipe | $status | $request_time | $content_length | $bytes_sent | $body_bytes_sent | ' + '"$request" | $pipe | $status | $request_time | $bytes_sent | $body_bytes_sent | ' '"$http_referer" | "$http_user_agent"'; - access_log /home/dumpfmprod/prod/log/nginx/access.log hyphen; + access_log /var/log/nginx/access.log hyphen; sendfile on; #tcp_nopush on; |
