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