[zineshop] shop.malobeo -> zines.malobeo
Some checks are pending
Check flake syntax / flake-check (push) Waiting to run

This commit is contained in:
2025-04-15 01:08:28 +02:00
parent bc1ea7aa2c
commit 1eb6104be9
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ in
};
services.nginx.virtualHosts."shop.malobeo.org" = {
services.nginx.virtualHosts."zines.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {

View File

@@ -152,7 +152,7 @@ in
};
};
virtualHosts."shop.malobeo.org" = {
virtualHosts."zines.malobeo.org" = {
# created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo'
# then content of foo.txt put into sops
basicAuthFile = config.sops.secrets.shop_auth.path;

View File

@@ -67,7 +67,7 @@ with lib;
};
};
virtualHosts."shop.malobeo.org" = {
virtualHosts."zines.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.100.0.101";
extraConfig = ''