diff manifests/templates.pp @ 281:af7df930a670

Add 4-to-6 proxy and mod_remoteip setup Includes adding a separate fragment for the proxy (defaults to the main fragment) for sites like Dev where duplicate WSGIDaemon definitions cause errors.
author IBBoard <dev@ibboard.co.uk>
date Sat, 15 Feb 2020 19:07:11 +0000
parents e36b7f4f85f2
children 9431aec4d998
line wrap: on
line diff
--- a/manifests/templates.pp	Sat Feb 15 15:10:28 2020 +0000
+++ b/manifests/templates.pp	Sat Feb 15 19:07:11 2020 +0000
@@ -703,6 +703,7 @@
 		priority => 1,
 		letsencrypt_name => 'dev.ibboard.co.uk',
 		custom_fragment => template("privat/apache/dev.fragment"),
+		proxy_fragment => template("privat/apache/dev-proxy.fragment"),
 		force_no_index => false,
 	}
 }