Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipse.org
Manage
Activity
Members
Labels
Plan
Issues
49
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
9
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
!244
feat: professional services page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: professional services page
oliviergoulet/eclipse.org:oliviergoulet/main/617
into
main
Overview
17
Commits
15
Pipelines
10
Changes
16
Merged
Olivier Goulet
requested to merge
oliviergoulet/eclipse.org:oliviergoulet/main/617
into
main
6 months ago
Overview
17
Commits
15
Pipelines
10
Changes
16
Expand
Resolves
#617 (closed)
0
0
Merge request reports
Compare
main
version 9
36f269d8
5 months ago
version 8
647db6a2
5 months ago
version 7
43191ec5
5 months ago
version 6
2941650d
5 months ago
version 5
6fc8130c
5 months ago
version 4
0fed81db
6 months ago
version 3
a8f4933a
6 months ago
version 2
5384a3dd
6 months ago
version 1
e5d1391e
6 months ago
main (base)
and
latest version
latest version
6e9f7ad8
15 commits,
5 months ago
version 9
36f269d8
14 commits,
5 months ago
version 8
647db6a2
13 commits,
5 months ago
version 7
43191ec5
12 commits,
5 months ago
version 6
2941650d
11 commits,
5 months ago
version 5
6fc8130c
10 commits,
5 months ago
version 4
0fed81db
8 commits,
6 months ago
version 3
a8f4933a
7 commits,
6 months ago
version 2
5384a3dd
6 commits,
6 months ago
version 1
e5d1391e
5 commits,
6 months ago
16 files
+
5518
−
5331
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
config/nginx/default.conf
+
4
−
0
Options
@@ -100,6 +100,10 @@ server {
rewrite
^/
security
/
report
.
php
https
://$
host
/
security
/
report
/
redirect
;
rewrite
^/
security
/
team
.
php
https
://$
host
/
security
/
team
/
redirect
;
# www.eclipse.org/os4biz
# Redirect the section's index page to /org/value/
rewrite
^/
os4biz
/$
https
://$
host
/
org
/
value
/
redirect
;
# www.eclipse.org/articles
location
/
articles
{
rewrite
^/
articles
/?$
https
://
wiki
.
eclipse
.
org
/
Eclipse_Corner
redirect
;
Loading