etc/apache2/hg.conf
branchv_0
changeset 21 735961d9596e
child 22 b2cb46ae50f7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/etc/apache2/hg.conf	Wed Apr 24 17:29:04 2019 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +<VirtualHost *:80>
     1.5 +		ServerName  …
     1.6 +		ServerAlias …
     1.7 +
     1.8 +		ServerAdmin webmaster@localhost
     1.9 +		DocumentRoot /var/www/html
    1.10 +
    1.11 +		ProxyPass "/" "http://localhost:16169/"
    1.12 +		ProxyPassReverse "/" "http://localhost:16169/"
    1.13 +
    1.14 +		ErrorLog ${APACHE_LOG_DIR}/error.log
    1.15 +		CustomLog ${APACHE_LOG_DIR}/access.log combined
    1.16 +</VirtualHost>