Skip to content
Snippets Groups Projects
Verified Commit 3a0aec25 authored by Nicolas Lenz's avatar Nicolas Lenz :snowflake:
Browse files

feat(sapphire): blackhole original notes pages domain

parent ef36d1d0
No related branches found
No related tags found
No related merge requests found
......@@ -423,6 +423,14 @@ See:
# serve from notes instead of main website
middlewares = [ "redirect-notes-index" "replace-notes" ];
};
# blackhole the original GitLab pages notes domain to ensure only the actual domain is used
pagesEisfunkeNotesBlackhole = {
rule = "Host(`notes-8efb78.pages.eisfunke.com`)";
priority = 9999;
entrypoints = [ "websecure" ];
tls.certResolver = "tls";
service = "unavailable";
};
# the container registry
registry = {
rule = "Host(`registry.eisfunke.com`)";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment