cluster/services/storage: fix garage gateway proxy config

This commit is contained in:
Max Headroom 2023-11-03 21:17:54 +01:00
parent 4f49aad9dd
commit 6a2299e049

View file

@ -14,7 +14,7 @@ in
locations = { locations = {
"/".proxyPass = cluster.config.hostLinks.${config.networking.hostName}.garageS3.url; "/".proxyPass = cluster.config.hostLinks.${config.networking.hostName}.garageS3.url;
"= /".proxyPass = config.links.garageMetrics.tuple; "= /".proxyPass = config.links.garageMetrics.url;
}; };
}; };
}; };