Mercurial > repos > other > Puppet
view modules/apache/manifests/proxy.pp @ 466:202aeef575a1
Correct HTTP log paths in LogWatch
It wasn't generating logs because we're not using the normal
pattern - our site name comes _after_ the "access" part, not
before
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 25 Feb 2024 10:10:32 +0000 |
parents | b8d6ada284dd |
children |
line wrap: on
line source
# @summary # This class enabled the proxy module for Apache. # # @note # This class is deprecated. # # @api private class apache::proxy { warning('apache::proxy is deprecated; please use apache::mod::proxy') include apache::mod::proxy }