Last active
May 16, 2017 15:35
-
-
Save jamesbeedy/12a7b11108be6113fdd0b59789c9b3c1 to your computer and use it in GitHub Desktop.
/etc/apt-cacher-ng/acng.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CacheDir: /var/cache/apt-cacher-ng | |
| LogDir: /var/log/apt-cacher-ng | |
| SupportDir: /usr/lib/apt-cacher-ng | |
| Port:3142 | |
| BindAddress: 0.0.0.0 | |
| Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian # Debian Archives | |
| Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Ubuntu Archives | |
| Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # incomplete, please create this file or specify preferred mirrors here | |
| Remap-sfnet: file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please create this file or specify preferred mirrors here | |
| Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # Arch Linux | |
| Remap-fedora: file:fedora_mirrors # Fedora Linux | |
| Remap-epel: file:epel_mirrors # Fedora EPEL | |
| Remap-slrep: file:sl_mirrors # Scientific Linux | |
| #Remap-gentoo: file:gentoo_mirrors.gz /gentoo ; file:backends_gentoo # Gentoo Archives | |
| ReportPage: acng-report.html | |
| PidFile: /var/run/apt-cacher-ng/pid | |
| ExTreshold: 4 | |
| LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng | |
| PassThroughPattern: ^.*:443$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment