Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 29, 2019 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/966ef4f3a7b7064e4c3a2c320600444c to your computer and use it in GitHub Desktop.
Save ryantm/966ef4f3a7b7064e4c3a2c320600444c to your computer and use it in GitHub Desktop.
/nix/store/wh6vacm45a8mifkdli0jcqq734cvjml2-varnish-6.3.0
├── bin
│   ├── varnishadm
│   ├── varnishd
│   ├── varnishhist
│   ├── varnishlog
│   ├── varnishncsa
│   ├── varnishstat
│   ├── varnishtest
│   └── varnishtop
├── lib
│   ├── libvarnishapi.la
│   ├── libvarnishapi.so -> libvarnishapi.so.2.0.0
│   ├── libvarnishapi.so.2 -> libvarnishapi.so.2.0.0
│   ├── libvarnishapi.so.2.0.0
│   └── varnish
│   └── vmods
│   ├── libvmod_blob.la
│   ├── libvmod_blob.so
│   ├── libvmod_debug.la
│   ├── libvmod_debug.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, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment