Skip to content

Commit

Permalink
AA link: Remove trailing slash in Apache
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Apr 22, 2024
1 parent b1a055c commit c0de51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/attribute-aggregation/templates/apachelink.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RewriteCond %{REQUEST_URI} !^/aa/
RewriteCond %{REQUEST_URI} !^/internal/
RewriteCond %{REQUEST_URI} !^/redirect
RewriteCond %{REQUEST_URI} !^/fonts/
RewriteCond %{REQUEST_URI} !^/orcid/
RewriteCond %{REQUEST_URI} !^/orcid
RewriteRule (.*) /index.html [L]

Redirect /orcid https://link.{{ base_domain }}/aa/api/client/information.html
Expand Down

0 comments on commit c0de51c

Please sign in to comment.