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