Merge branch 'pr/25'
[arvados.git] / sdk / python / tests / nginx.conf
index 61966054a08f1cb15c4e000ca47e302b5dd7a248..d8a207f2cf2ce506d9406a646272e92c51c201e6 100644 (file)
@@ -3,7 +3,7 @@ error_log stderr info;          # Yes, must be specified here _and_ cmdline
 events {
 }
 http {
-  access_log /dev/stderr combined;
+  access_log {{ACCESSLOG}} combined;
   upstream arv-git-http {
     server localhost:{{GITPORT}};
   }