Skip to content
Snippets Groups Projects
Commit db8a46c3 authored by Christopher Guindon's avatar Christopher Guindon :palm_tree:
Browse files

Merge branch 'cguindon-main-patch-86bc' into 'main'

Missing member logos on the board of directors page

See merge request !185
parents 36d30b3f 3f8eafdf
No related branches found
No related tags found
2 merge requests!221feat: Add specification section to project resources,!185Missing member logos on the board of directors page
Pipeline #43874 passed with warnings
......@@ -129,6 +129,15 @@ server {
# /membership/#tab-membership
return 301 https://$host/membership/#tab-membership;
}
# https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues/503
location /membership/scripts/get_image.php {
if ($query_string ~* "id=([^&]+)") {
set $id $1;
rewrite ^ https://membership.eclipse.org/api/organizations/$id/web-logo redirect;
}
}
location ~ ^/membership/faq/\w*\.php$ {
# match index.php and all subpages of faq and redirect to /membership/
return 301 https://$host/membership/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment