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