Back to Varnish Cache

Installing on OpenBSD

doc/sphinx/installation/install_openbsd.rst

1.0380 B
Original Source

.. Copyright (c) 2019 Varnish Software AS SPDX-License-Identifier: BSD-2-Clause See LICENSE file for full text of license

.. _install-openbsd:

Installing on OpenBSD

From package

Varnish is distributed in the OpenBSD ports collection as 'www/varnish'::

pkg_add varnish

From ports

::

cd /usr/ports/www/varnish
make install