Skip to content
Snippets Groups Projects

feat: professional services page

Merged Olivier Goulet requested to merge oliviergoulet/eclipse.org:oliviergoulet/main/617 into main
Files
16
+ 4
0
@@ -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