Skip to content

Commit

Permalink
Update common.conf.j2
Browse files Browse the repository at this point in the history
Fix RewriteRule for console middleclick
  • Loading branch information
fvanderbiest authored Jan 3, 2020
1 parent a0aaacd commit b61afdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/apache/templates/common.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ ProxyPassReverse /{{ item.dest }}/ http://localhost:{{ tomcat_instances['proxyca

RewriteCond %{REQUEST_URI} !^/console/manager/public/.*$
RewriteCond %{REQUEST_URI} ^/console/manager/([home|users|org|orgs|role|roles|logs|analytics|delegations].*)$
RewriteRule .* /console/manager/#/%1 [NE,R,L]
RewriteRule .* /console/manager/!#/%1 [NE,R,L]
{% endif %}

0 comments on commit b61afdb

Please sign in to comment.