From e25c99079934c31170c4f6d07560b471c07d1030 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:35:45 +0400 Subject: [PATCH] lmfao --- modules/server/services/forgejo/pages.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/server/services/forgejo/pages.nix b/modules/server/services/forgejo/pages.nix index cdcb1759..2b8e38a8 100644 --- a/modules/server/services/forgejo/pages.nix +++ b/modules/server/services/forgejo/pages.nix @@ -157,19 +157,6 @@ in { ''; locations."/" = { proxyPass = "https://localhost:4563"; }; }; - "*.*.pages.sako.lol" = { - # listen = [{ - # addr = "0.0.0.0"; - # port = 443; - # # ssl = true; - # }]; - forceSSL = true; - useACMEHost = "pages.sako.lol"; - extraConfig = '' - proxy_ssl_server_name on; - ''; - locations."/" = { proxyPass = "https://localhost:4563"; }; - }; }; security.acme.certs."pages.sako.lol" = { extraDomainNames = [ "*.pages.sako.lol" ];