[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

@@ -66,6 +66,15 @@ with lib;
'';
};
};
virtualHosts."shop.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.100.0.101";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};
};
system.stateVersion = "22.11"; # Did you read the comment?