Skip to content
Snippets Groups Projects
Commit 63398b80 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/gentner#2288 Correct syntax

parent 42e7e058
Branches
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@
# MSIE 7 and newer should be able to use keepalive
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
<IfModule mod_proxy_http>
<IfModule mod_proxy_http.c>
SSLProxyEngine on
</IfModule>
......@@ -199,7 +199,7 @@
RewriteEngine on
RewriteRule {{ drupal_domain.aliases_redirect_pattern|default('^') }} https://{{ drupal_domain.domain }}%{REQUEST_URI} [END,QSA,R=permanent]
<IfModule mod_proxy_http>
<IfModule mod_proxy_http.c>
SSLProxyEngine on
</IfModule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment