From 0e3e3fcd8c63fe376922d76cbb6773efa82beee0 Mon Sep 17 00:00:00 2001 From: shnee Date: Tue, 15 Mar 2022 22:00:00 -0400 Subject: [PATCH] On-disk cache working via nuster, --- pkg-cache.yml | 2 +- templates/{haproxy.cfg.j2 => nuster.cfg.j2} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename templates/{haproxy.cfg.j2 => nuster.cfg.j2} (89%) diff --git a/pkg-cache.yml b/pkg-cache.yml index d0397ba..706ba52 100644 --- a/pkg-cache.yml +++ b/pkg-cache.yml @@ -65,7 +65,7 @@ network_mode: default # TODO REM this shouldn't be needed becuase of the proxy. # published_ports: - # - 4433:4433 + # - 4433:8080 volumes: - "{{ host_config_file }}:/etc/nuster/nuster.cfg" - "{{ host_cert_file }}:{{ container_cert_file }}" diff --git a/templates/haproxy.cfg.j2 b/templates/nuster.cfg.j2 similarity index 89% rename from templates/haproxy.cfg.j2 rename to templates/nuster.cfg.j2 index 3c9bf9f..4aa0ac6 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/nuster.cfg.j2 @@ -22,5 +22,5 @@ backend pkg_repo nuster cache on nuster rule r1 disk on memory off option forwardfor - server server1 mirrors.gigenet.com:443 ssl + server server1 mirrors.gigenet.com:443 ssl verify none