diff -Nru pelias-frontpage-0.0.1/apache2-vhost.conf pelias-frontpage-0.0.1/apache2-vhost.conf --- pelias-frontpage-0.0.1/apache2-vhost.conf 1970-01-01 00:00:00.000000000 +0000 +++ pelias-frontpage-0.0.1/apache2-vhost.conf 2016-05-07 22:20:14.000000000 +0000 @@ -0,0 +1,9 @@ + + #ServerName www.example.com + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/html + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + Binary files /tmp/tmpWZHFDJ/XvrWojrv1G/pelias-frontpage-0.0.1/.apache2-vhost.conf.swp and /tmp/tmpWZHFDJ/sxyXbyDZfE/pelias-frontpage-0.0.1/.apache2-vhost.conf.swp differ diff -Nru pelias-frontpage-0.0.1/debian/changelog pelias-frontpage-0.0.1/debian/changelog --- pelias-frontpage-0.0.1/debian/changelog 2016-05-07 22:14:12.000000000 +0000 +++ pelias-frontpage-0.0.1/debian/changelog 2016-05-07 22:23:52.000000000 +0000 @@ -1,3 +1,9 @@ +pelias-frontpage (0.0.1-ubuntu1~xenial2) xenial; urgency=medium + + * Added Apache2 site configuration. + + -- Michal Migurski Sat, 07 May 2016 15:23:32 -0700 + pelias-frontpage (0.0.1-ubuntu1~xenial1) xenial; urgency=medium * First creation of index.html. Binary files /tmp/tmpWZHFDJ/XvrWojrv1G/pelias-frontpage-0.0.1/debian/.postinst.swp and /tmp/tmpWZHFDJ/sxyXbyDZfE/pelias-frontpage-0.0.1/debian/.postinst.swp differ diff -Nru pelias-frontpage-0.0.1/Makefile pelias-frontpage-0.0.1/Makefile --- pelias-frontpage-0.0.1/Makefile 2016-05-07 22:11:18.000000000 +0000 +++ pelias-frontpage-0.0.1/Makefile 2016-05-07 22:20:41.000000000 +0000 @@ -2,3 +2,4 @@ install: install -v -D -m0644 index.html '$(DESTDIR)/var/www/html/index.html' + install -v -D -m0644 apache2-vhost.conf '$(DESTDIR)/etc/apache2/sites-available/000-default.conf'