[zineshop] shop.malobeo -> zines.malobeo
Some checks are pending
Check flake syntax / flake-check (push) Waiting to run
Some checks are pending
Check flake syntax / flake-check (push) Waiting to run
This commit is contained in:
@@ -74,7 +74,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services.nginx.virtualHosts."shop.malobeo.org" = {
|
services.nginx.virtualHosts."zines.malobeo.org" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME= true;
|
enableACME= true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|||||||
@@ -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'
|
# created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo'
|
||||||
# then content of foo.txt put into sops
|
# then content of foo.txt put into sops
|
||||||
basicAuthFile = config.sops.secrets.shop_auth.path;
|
basicAuthFile = config.sops.secrets.shop_auth.path;
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ with lib;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts."shop.malobeo.org" = {
|
virtualHosts."zines.malobeo.org" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://10.100.0.101";
|
proxyPass = "http://10.100.0.101";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user