From 74c56e4dba797948525b7c491e3fe70dfbbe6491 Mon Sep 17 00:00:00 2001 From: dcovington Date: Thu, 4 Jun 2026 16:00:23 +0000 Subject: [PATCH] Add 'vhosts.conf' --- vhosts.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vhosts.conf diff --git a/vhosts.conf b/vhosts.conf new file mode 100644 index 0000000..22ce067 --- /dev/null +++ b/vhosts.conf @@ -0,0 +1,15 @@ + + ServerName ct.ntp.kentcommunications.com + + ProxyPreserveHost On + ProxyPass / http://campaign-tracker-app:8801/ + ProxyPassReverse / http://campaign-tracker-app:8801/ + + + + ServerName kanban.kentcommunications.com + + ProxyPreserveHost On + ProxyPass / http://app:8080/ + ProxyPassReverse / http://app:8080/ + \ No newline at end of file