From b87dae72132744fa8e221ca9d448943372bc7ba3 Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Thu, 2 Jul 2026 14:02:06 +0200 Subject: [PATCH] Add Flathub setup page redirect May be useful for existing links in search engines and articles --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 236a1d7..c6929d7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -65,6 +65,10 @@ server { return 301 http://docs.flatpak.org/en/latest/available-runtimes.html; } + location /setup/ { + return 301 https://flathub.org/setup/; + } + # Blog posts page removed — redirect to homepage location /blog-posts.html { return 301 /;