[zineshop] pass host on fanny
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m30s

This commit is contained in:
2025-04-14 22:11:09 +02:00
parent a29339bc29
commit 51d97ed9ba

View File

@@ -159,6 +159,7 @@ in
locations."/" = {
proxyPass = "http://10.0.0.15:8080";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};