From e3b638b10fc790adbed3247b67703a35050bffd2 Mon Sep 17 00:00:00 2001 From: lilly Date: Thu, 30 Apr 2026 01:12:23 +0200 Subject: [PATCH] remove basic-auth from diday.org --- config/hosts/public-web-static/virtualHosts/diday.org.nix | 8 -------- .../public-web-static/virtualHosts/staging.diday.org.nix | 4 ---- 2 files changed, 12 deletions(-) diff --git a/config/hosts/public-web-static/virtualHosts/diday.org.nix b/config/hosts/public-web-static/virtualHosts/diday.org.nix index 42117bf..d9f3b31 100644 --- a/config/hosts/public-web-static/virtualHosts/diday.org.nix +++ b/config/hosts/public-web-static/virtualHosts/diday.org.nix @@ -46,10 +46,6 @@ in } ]; - basicAuth = { - "preview" = "liebe"; - }; - extraConfig = '' return 301 https://diday.org; ''; @@ -74,10 +70,6 @@ in } ]; - basicAuth = { - "preview" = "liebe"; - }; - root = "${dataDir}"; extraConfig = '' diff --git a/config/hosts/public-web-static/virtualHosts/staging.diday.org.nix b/config/hosts/public-web-static/virtualHosts/staging.diday.org.nix index 7ff72b8..c6afb80 100644 --- a/config/hosts/public-web-static/virtualHosts/staging.diday.org.nix +++ b/config/hosts/public-web-static/virtualHosts/staging.diday.org.nix @@ -35,10 +35,6 @@ in } ]; - basicAuth = { - "preview" = "liebe"; - }; - extraConfig = '' # Make use of the ngx_http_realip_module to set the $remote_addr and # $remote_port to the client address and client port, when using proxy