Merge "only run the console.html logs through os-loganalyzer"
This commit is contained in:
commit
4b92a92542
@ -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…
x
Reference in New Issue
Block a user