only run the console.html logs through os-loganalyzer
... not other html.gz files, as that massively messes up the testr result files. Change-Id: Ie77ce3d87617c35cfee3900646bb0bb61b986fcf
This commit is contained in:
parent
3168f541e7
commit
129f521c88
@ -60,7 +60,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
||||
RewriteEngine On
|
||||
# rewrite all txt.gz & html.gz files to map to our internal htmlify wsgi app
|
||||
RewriteRule ^/(.*\.txt\.gz)$ /htmlify/$1 [QSA,L,PT]
|
||||
RewriteRule ^/(.*\.html\.gz)$ /htmlify/$1 [QSA,L,PT]
|
||||
RewriteRule ^/(.*console\.html(\.gz)?)$ /htmlify/$1 [QSA,L,PT]
|
||||
WSGIScriptAlias /htmlify /usr/local/lib/python2.7/dist-packages/os_loganalyze/wsgi.py
|
||||
|
||||
ErrorLog /var/log/apache2/<%= name %>_error.log
|
||||
|
@ -60,7 +60,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
||||
RewriteEngine On
|
||||
# rewrite all txt.gz & html.gz files to map to our internal htmlify wsgi app
|
||||
RewriteRule ^/(.*\.txt\.gz)$ /htmlify/$1 [QSA,L,PT]
|
||||
RewriteRule ^/(.*\.html\.gz)$ /htmlify/$1 [QSA,L,PT]
|
||||
RewriteRule ^/(.*console\.html(\.gz)?)$ /htmlify/$1 [QSA,L,PT]
|
||||
WSGIScriptAlias /htmlify /usr/local/lib/python2.7/dist-packages/os_loganalyze/wsgi.py
|
||||
|
||||
ErrorLog /var/log/apache2/<%= name %>_error.log
|
||||
|
Loading…
Reference in New Issue
Block a user