formula-apt-cacher/apt-cacher/ng/files/server.conf

6 lines
252 B
Plaintext
Raw Normal View History

2014-07-06 19:27:51 -04:00
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
BindAddress: {{ apt_cacher_ng.server_bind_address }}
CacheDir: {{ apt_cacher_ng.server_cache_dir }}
LogDir: {{ apt_cacher_ng.server_log_dir }}
Port: {{ apt_cacher_ng.server_port }}