File jangouts.conf.template of Package jangouts
# sample apache config file for the Jangouts vhost. At the very
# minimum you need to set the ServerName.
# Also, the following apache modules must be enabled:
#
# a2enmod proxy
# a2enmod proxy_http
# a2enmod proxy_wstunnel
<VirtualHost *:80>
#ServerName your.server.name
Include /etc/apache2/vhosts.d/jangouts-common.inc
</VirtualHost>
# vim: sw=4 et syntax=apache