Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 18, 2018 20:36
Show Gist options
  • Save ryantm/8a5eb2638dedfc43bdf3f4c91cd22310 to your computer and use it in GitHub Desktop.
Save ryantm/8a5eb2638dedfc43bdf3f4c91cd22310 to your computer and use it in GitHub Desktop.
/nix/store/355pmbhqp7y7ji8icm9yrq1hcry9as6r-varnish-6.0.0
├── bin
│   ├── varnishadm
│   ├── varnishd
│   ├── varnishhist
│   ├── varnishlog
│   ├── varnishncsa
│   ├── varnishstat
│   ├── varnishtest
│   └── varnishtop
├── lib
│   ├── libvarnishapi.la
│   ├── libvarnishapi.so -> libvarnishapi.so.1.0.6
│   ├── libvarnishapi.so.1 -> libvarnishapi.so.1.0.6
│   ├── libvarnishapi.so.1.0.6
│   └── varnish
│   └── vmods
│   ├── libvmod_blob.la
│   ├── libvmod_blob.so
│   ├── libvmod_directors.la
│   ├── libvmod_directors.so
│   ├── libvmod_proxy.la
│   ├── libvmod_proxy.so
│   ├── libvmod_purge.la
│   ├── libvmod_purge.so
│   ├── libvmod_std.la
│   ├── libvmod_std.so
│   ├── libvmod_unix.la
│   ├── libvmod_unix.so
│   ├── libvmod_vtc.la
│   └── libvmod_vtc.so
├── sbin -> bin
├── share
│   ├── doc
│   │   └── varnish
│   │   ├── builtin.vcl
│   │   └── example.vcl
│   └── varnish
│   ├── vcl
│   │   └── devicedetect.vcl
│   ├── vmodtool.py
│   └── vsctool.py
└── var
└── varnish
12 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment