From 869cc2c5a31ff831563e46c034c6ed7d24bfccf4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 9 Feb 2026 12:02:52 +0100 Subject: [PATCH] feat: redirect `wp-login.php` to hetzner 10GB bin file --- modules/services/sharkey-proxy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/sharkey-proxy.nix b/modules/services/sharkey-proxy.nix index 166876c..0bba468 100644 --- a/modules/services/sharkey-proxy.nix +++ b/modules/services/sharkey-proxy.nix @@ -30,6 +30,7 @@ proxy_buffering off; ''; }; + locations."wp-login.php".return = "301 https://hil-speed.hetzner.com/10GB.bin"; }; }; }