boolean not defined.
This commit is contained in:
parent
00eeee6193
commit
9e69c0cbbd
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
{% if force_ssl_login %}
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteCond %{QUERY_STRING} Special:Userlogin [NC]
|
||||
|
@ -7,7 +6,6 @@ RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,NE,L]
|
|||
RewriteCond %{HTTPS} off
|
||||
RewriteCond %{QUERY_STRING} action= [NC]
|
||||
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,NE,L]
|
||||
{% endif %}
|
||||
|
||||
# /wiki must come before /w due to prefix matching.
|
||||
ProxyPass {{wikipath}} {{proxyurl}}{{wikipath}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue