[zineshop] remove basic auth
This commit is contained in:
@@ -155,7 +155,7 @@ in
|
|||||||
virtualHosts."zines.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;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://10.0.0.15:8080";
|
proxyPass = "http://10.0.0.15:8080";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user