25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <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>
|