formula-apt-cacher/apt-cacher/ng/files/server.conf
2014-07-07 01:27:51 +02:00

6 lines
252 B
Plaintext

{% 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 }}