etc/apache2/hg.conf
author František Kučera <franta-hg@frantovo.cz>
Wed, 24 Apr 2019 17:29:04 +0200
branchv_0
changeset 21 735961d9596e
child 22 b2cb46ae50f7
permissions -rw-r--r--
configuration
     1 <VirtualHost *:80>
     2 		ServerName  …
     3 		ServerAlias …
     4 
     5 		ServerAdmin webmaster@localhost
     6 		DocumentRoot /var/www/html
     7 
     8 		ProxyPass "/" "http://localhost:16169/"
     9 		ProxyPassReverse "/" "http://localhost:16169/"
    10 
    11 		ErrorLog ${APACHE_LOG_DIR}/error.log
    12 		CustomLog ${APACHE_LOG_DIR}/access.log combined
    13 </VirtualHost>