cluster/services/storage: fix garage gateway proxy config
This commit is contained in:
parent
4f49aad9dd
commit
6a2299e049
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue