[ARVADOS] updated: 09c3870e3183414a9f8c10f84e36026cce3564ca

Git user git at public.curoverse.com
Wed Mar 2 09:41:26 EST 2016


Summary of changes:
 tools/arvbox/lib/arvbox/docker/service/doc/run-service | 3 +++
 1 file changed, 3 insertions(+)

       via  09c3870e3183414a9f8c10f84e36026cce3564ca (commit)
      from  778769180b6f907cda7e53981317cf764eb1fce7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 09c3870e3183414a9f8c10f84e36026cce3564ca
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Mar 2 09:38:56 2016 -0500

    8231: Fix nginx logging issue

diff --git a/tools/arvbox/lib/arvbox/docker/service/doc/run-service b/tools/arvbox/lib/arvbox/docker/service/doc/run-service
index acbe21c..1ee62f4 100755
--- a/tools/arvbox/lib/arvbox/docker/service/doc/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/doc/run-service
@@ -17,6 +17,8 @@ set -u
 cat <<EOF >/var/lib/arvados/doc-nginx.conf
 worker_processes auto;
 pid /var/lib/arvados/doc-nginx.pid;
+
+error_log stderr;
 daemon off;
 
 events {
@@ -24,6 +26,7 @@ events {
 }
 
 http {
+     access_log off;
      include /etc/nginx/mime.types;
      default_type application/octet-stream;
      server {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list