Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- <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>
|