Skip to content
  • Vladimir Shushlin's avatar
    fix: Let's Encrypt integration with /* redirects · f7b43c58
    Vladimir Shushlin authored
    Let's Encrypt integration relies on acme challenges being redirected
    to main GitLab server and served there.
    
    We also allow serving ACME challenges from project content
    just in case users implemented Let's Encrypt integration manually.
    
    But when user adds `/* -> redirect_url` to .redirects, it treated
    as project content and will handles as redirect.
    
    Changelog: fixed
    
    This commit just stop handling redirects for any LE challenges.
    f7b43c58