浏览代码

Merge pull request #15 from saltstack-formulas/ignore-https

ng.client: don't cache https://
master
Niels Abspoel 6 年前
父节点
当前提交
9847b2c1b5
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      apt-cacher/ng/files/client.conf

+ 1
- 0
apt-cacher/ng/files/client.conf 查看文件

@@ -1,2 +1,3 @@
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
Acquire::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}";
Acquire::https::Proxy "DIRECT";

正在加载...
取消
保存