Mercurial > repos > other > Puppet
comparison manifests/templates.pp @ 469:e0147f345e65
Rework main vs proxy fragments and redirects
This ensures our site for IPv4 proxy users has the same
config while avoiding redefining any per-site WSGI pools etc
Redirects and logging were reworked to avoid redirecting
users that we're only going to block anyway
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 12 May 2024 19:49:42 +0100 |
parents | 8a3c3eb60fdd |
children | 65290cb0cec2 |
comparison
equal
deleted
inserted
replaced
468:8a3c3eb60fdd | 469:e0147f345e65 |
---|---|
918 #Make sure we're the first one hit for the tiny fraction of "no support" cases we care about (potentially Python for Mercurial!) | 918 #Make sure we're the first one hit for the tiny fraction of "no support" cases we care about (potentially Python for Mercurial!) |
919 # http://en.wikipedia.org/wiki/Server_Name_Indication#No_support | 919 # http://en.wikipedia.org/wiki/Server_Name_Indication#No_support |
920 priority => 1, | 920 priority => 1, |
921 letsencrypt_name => 'dev.ibboard.co.uk', | 921 letsencrypt_name => 'dev.ibboard.co.uk', |
922 custom_fragment => template("privat/apache/dev.fragment"), | 922 custom_fragment => template("privat/apache/dev.fragment"), |
923 proxy_fragment => template("privat/apache/dev-proxy.fragment"), | 923 non_proxy_fragment => template("privat/apache/dev-nonproxy.fragment"), |
924 force_no_index => false, | 924 force_no_index => false, |
925 } | 925 } |
926 } | 926 } |
927 | 927 |
928 class webmailpimsite ($proxy_4to6_ip_pim, $proxy_4to6_ip_webmail) { | 928 class webmailpimsite ($proxy_4to6_ip_pim, $proxy_4to6_ip_webmail) { |