Quellcode durchsuchen

Update 'vhosts.conf'

master
dcovington vor 2 Wochen
Ursprung
Commit
e455591859
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. +4
    -4
      vhosts.conf

+ 4
- 4
vhosts.conf Datei anzeigen

@@ -2,14 +2,14 @@
ServerName ct.ntp.kentcommunications.com ServerName ct.ntp.kentcommunications.com


ProxyPreserveHost On ProxyPreserveHost On
ProxyPass / http://campaign-tracker-app:8801/
ProxyPassReverse / http://campaign-tracker-app:8801/
ProxyPass / http://campaign-tracker-app:80/
ProxyPassReverse / http://campaign-tracker-app:80/
</VirtualHost> </VirtualHost>


<VirtualHost *:80> <VirtualHost *:80>
ServerName kanban.kentcommunications.com ServerName kanban.kentcommunications.com


ProxyPreserveHost On ProxyPreserveHost On
ProxyPass / http://app:8080/
ProxyPassReverse / http://app:8080/
ProxyPass / http://kci-kanban-app:80/
ProxyPassReverse / http://kci-kanban-app:80/
</VirtualHost> </VirtualHost>

Laden…
Abbrechen
Speichern

Powered by TurnKey Linux.