diff -r 8cd5d49dfaa2 -r 735961d9596e etc/apache2/hg.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/apache2/hg.conf Wed Apr 24 17:29:04 2019 +0200 @@ -0,0 +1,13 @@ + + ServerName … + ServerAlias … + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/html + + ProxyPass "/" "http://localhost:16169/" + ProxyPassReverse "/" "http://localhost:16169/" + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined +