Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipse.org
Manage
Activity
Members
Labels
Plan
Issues
54
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
Websites
eclipse.org
Merge requests
!185
Missing member logos on the board of directors page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Missing member logos on the board of directors page
cguindon-main-patch-86bc
into
main
Overview
9
Commits
6
Pipelines
12
Changes
1
Merged
Christopher Guindon
requested to merge
cguindon-main-patch-86bc
into
main
9 months ago
Overview
9
Commits
6
Pipelines
12
Changes
1
Expand
Relates:
#503 (closed)
0
0
Merge request reports
Compare
main
version 5
89a1b14a
9 months ago
version 4
d8c883d9
9 months ago
version 3
498b81b7
9 months ago
version 2
388eb9dc
9 months ago
version 1
ed9057ba
9 months ago
main (base)
and
latest version
latest version
e7b92d42
6 commits,
9 months ago
version 5
89a1b14a
5 commits,
9 months ago
version 4
d8c883d9
4 commits,
9 months ago
version 3
498b81b7
3 commits,
9 months ago
version 2
388eb9dc
2 commits,
9 months ago
version 1
ed9057ba
1 commit,
9 months ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
config/nginx/default.conf
+
9
−
0
Options
@@ -129,6 +129,15 @@ server {
# /membership/#tab-membership
return
301
/
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
/
membership
/;
Loading