~thedac/charms/trusty/squid-reverseproxy/venv-testing

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: squid-reverseproxy
summary: Full featured Web Proxy cache (HTTP proxy)
maintainer: [Matthew Wedgwood <matthew.wedgwood@canonical.com>, Alexander List <alexander.list@canonical.com>]
description: >
  Squid is a high-performance proxy caching server for web clients,
  supporting FTP, gopher, and HTTP data objects.  Squid version 3 is a
  major rewrite of Squid in C++ and introduces a number of new features
  including ICAP and ESI support.

  Requires the following relation settings from consuming services:

    ip: service ip address
    port: service port
    sitenames: space-delimited list of list of vhosts provided

  Although squid can be configured as a traditional forward proxy, this
  charm supports only a reverse proxy configuration.
categories:
    - cache-proxy
provides:
  cached-website:
    interface: http
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  local-monitors:
    interface: local-monitors
    scope: container
requires:
  website:
    interface: http