diff -r 735961d9596e -r b2cb46ae50f7 etc/apache2/hg.conf --- a/etc/apache2/hg.conf Wed Apr 24 17:29:04 2019 +0200 +++ b/etc/apache2/hg.conf Sun Apr 28 16:03:30 2019 +0200 @@ -5,6 +5,9 @@ ServerAdmin webmaster@localhost DocumentRoot /var/www/html + Alias /robots.txt /var/www/html/robots.txt + ProxyPassMatch ^/robots.txt ! + ProxyPass "/" "http://localhost:16169/" ProxyPassReverse "/" "http://localhost:16169/"