From 75e317785f5e090b5bc102de49eca6e26ae283aa Mon Sep 17 00:00:00 2001 From: pangliye Date: Mon, 12 Dec 2016 17:16:17 +0800 Subject: [PATCH] Fix typo error Fix some typo error Change-Id: If6c598335f04416e696969055a6c94ed84fe1f39 --- .../templates/apache_kibana_proxy.conf.erb | 2 +- .../templates/apache_kibana_proxy_viewer.conf.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy.conf.erb b/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy.conf.erb index 69e2475..90f52bb 100644 --- a/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy.conf.erb +++ b/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy.conf.erb @@ -43,7 +43,7 @@ LDAPVerifyServerCert off ProxyPass / http://<%= @kibana_address %>:<%= @kibana_port %> ProxyPassReverse / http://<%= @kibana_address %>:<%= @kibana_port %> RewriteEngine on - # Passthrough the request to Kibana with the orginal query string + # Passthrough the request to Kibana with the original query string RewriteRule .* http://<%= @kibana_address %>:<%= @kibana_port %>%{REQUEST_URI} [P,QSA,L] ErrorLog "/var/log/apache2/kibana_error.log" diff --git a/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy_viewer.conf.erb b/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy_viewer.conf.erb index 28e8a35..f83a986 100644 --- a/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy_viewer.conf.erb +++ b/deployment_scripts/puppet/modules/lma_logging_analytics/templates/apache_kibana_proxy_viewer.conf.erb @@ -47,7 +47,7 @@ RewriteCond %{REQUEST_METHOD} POST RewriteCond %{QUERY_STRING} op_type=create RewriteRule .* - [F,L] - # Passthrough the request to Kibana with the orginal query string + # Passthrough the request to Kibana with the original query string RewriteRule .* http://<%= @kibana_address %>:<%= @kibana_port %>%{REQUEST_URI} [P,QSA,L] ErrorLog "/var/log/apache2/kibana_error.log"