Merge "Fix typo error"

This commit is contained in:
Jenkins 2017-01-04 09:17:53 +00:00 committed by Gerrit Code Review
commit e6ee56cb59
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"