You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
404B

  1. <VirtualHost *:80>
  2. ServerName ct.ntp.kentcommunications.com
  3. ProxyPreserveHost On
  4. ProxyPass / http://campaign-tracker-app:80/
  5. ProxyPassReverse / http://campaign-tracker-app:80/
  6. </VirtualHost>
  7. <VirtualHost *:80>
  8. ServerName kanban.kentcommunications.com
  9. ProxyPreserveHost On
  10. ProxyPass / http://kci-kanban-app:80/
  11. ProxyPassReverse / http://kci-kanban-app:80/
  12. </VirtualHost>

Powered by TurnKey Linux.