25개 이상의 토픽을 선택하실 수 없습니다.
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>
|