Use localhost instead of the cache proxy address
cache proxy always runs on the same machine as the internal cache server
This commit is contained in:
parent
2d359067f6
commit
bfb2637600
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ func setupCache(cfg *config.Config, envs map[string]string) *cacheproxy.Handler
|
|||
|
||||
cacheServer, err := artifactcache.StartHandler(
|
||||
cfg.Cache.Dir,
|
||||
cfg.Cache.Host,
|
||||
"localhost",
|
||||
cfg.Cache.Port,
|
||||
cacheSecret,
|
||||
log.StandardLogger().WithField("module", "cache_request"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue