ソースを参照

ng.client: don't cache https://

tags/v0.5.0
Alexander Weidinger 6年前
コミット
70963ac790
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";

読み込み中…
キャンセル
保存