Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O osgi.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse FoundationEclipse Foundation
  • IT
  • Websites
  • osgi.org
  • Merge requests
  • !45

Migrate EF websites to our new preview framework

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christopher Guindon requested to merge cguindon/master/migrate-away-netlify into main Oct 03, 2022
  • Overview 12
  • Commits 1
  • Changes 2

Related to eclipsefdn/helpdesk#1978 (closed)

Additional Requirements. This website had a few re-direct configured with netlify which we need to migrate to nginx:

[[redirects]]
  from = "/xmlns/*"
  to = "https://docs.osgi.org/xmlns/:splat"
  status = 301
  force = true #COMMENT: ensure that we always redirect

[[redirects]]
  from = "/javadoc/*"
  to = "https://docs.osgi.org/javadoc/:splat"
  status = 301
  force = true #COMMENT: ensure that we always redirect

[[redirects]]
  from = "/specification/*"
  to = "https://docs.osgi.org/specification/:splat"
  status = 301
  force = true #COMMENT: ensure that we always redirect

[[redirects]]
  from = "/download/*"
  to = "https://docs.osgi.org/download/:splat"
  status = 301
  force = true #COMMENT: ensure that we always redirect
Edited Oct 03, 2022 by Christopher Guindon
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cguindon/master/migrate-away-netlify

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent