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.
|
- <VirtualHost *:80>
- ServerName ct.ntp.kentcommunications.com
-
- ProxyPreserveHost On
- ProxyPass / http://campaign-tracker-app:80/
- ProxyPassReverse / http://campaign-tracker-app:80/
- </VirtualHost>
-
- <VirtualHost *:80>
- ServerName kanban.kentcommunications.com
-
- ProxyPreserveHost On
- ProxyPass / http://kci-kanban-app:80/
- ProxyPassReverse / http://kci-kanban-app:80/
- </VirtualHost>
|