[zineshop] proxyforward with auth

This commit is contained in:
2025-04-14 12:35:48 +02:00
parent ae31ad99bb
commit 38b2fd0bcc
4 changed files with 38 additions and 3 deletions

View File

@@ -73,6 +73,17 @@ in
};
};
services.nginx.virtualHosts."shop.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {
proxyPass = "http://10.0.0.10";
extraConfig = ''
'';
};
};
services.nginx.virtualHosts."status.malobeo.org" = {
forceSSL = true;
enableACME= true;