Fix typo error

Fix some typo error

Change-Id: If6c598335f04416e696969055a6c94ed84fe1f39
This commit is contained in:
pangliye 2016-12-12 17:16:17 +08:00
parent c465cce35a
commit 75e317785f
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"