Browse Source

Fixed https apt proxy to same host as http

atp-proxy
Aleš Komárek 6 years ago
parent
commit
d620630de5
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/files/95proxies

+ 1
- 1
linux/files/95proxies View File

{%- from "linux/map.jinja" import network with context %} {%- from "linux/map.jinja" import network with context %}
Acquire::http::proxy "http://{{ network.proxy.host }}:{{ network.proxy.port }}/"; Acquire::http::proxy "http://{{ network.proxy.host }}:{{ network.proxy.port }}/";
Acquire::ftp::proxy "ftp://{{ network.proxy.host }}:{{ network.proxy.port }}/"; Acquire::ftp::proxy "ftp://{{ network.proxy.host }}:{{ network.proxy.port }}/";
Acquire::https::proxy "https://{{ network.proxy.host }}:{{ network.proxy.port }}/";
Acquire::https::proxy "http://{{ network.proxy.host }}:{{ network.proxy.port }}/";

Loading…
Cancel
Save