Mercurial > repos > other > Puppet
view fileserver.conf @ 284:9431aec4d998
Switch to using IPv6 prefix and IP per site
This is because the proxy seems to break SNI, so we need an IP
per SSL cert. We're not short of IPv6 addresses, though!
Also corrected to "4to6" naming, because we're letting IPv4 access
an IPv6 site
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 16 Feb 2020 12:07:35 +0000 |
parents | 956e484adc12 |
children | 2c3e745be8d2 |
line wrap: on
line source
# This file consists of arbitrarily named sections/modules # defining where files are served from and to whom # Define a section 'files' # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow always takes precedence # over deny # [files] # path /var/lib/puppet/files # allow *.example.com # deny *.evil.example.com # allow 192.168.0.0/24 #[files] #path /etc/puppet/files #allow *.ibboard.co.uk #allow 127.0.0.1 #allow localhost [private] path /etc/puppet/private allow *.ibboard.co.uk allow 127.0.0.1 allow localhost [common] path /etc/puppet/common allow *.ibboard.co.uk allow 127.0.0.1 allow localhost