| author | František Kučera <franta-hg@frantovo.cz> |
| Sun, 08 Jan 2023 12:37:15 +0100 | |
| branch | v_0 |
| changeset 25 | 1088fd70d17c |
| parent 22 | b2cb46ae50f7 |
| child 26 | 0f42cc368775 |
| permissions | -rw-r--r-- |
1 <VirtualHost *:80>
2 ServerName …
3 ServerAlias …
5 ServerAdmin webmaster@localhost
6 DocumentRoot /var/www/html
8 Alias /robots.txt /var/www/html/robots.txt
9 ProxyPassMatch ^/robots.txt !
11 ProxyPass "/" "http://localhost:16169/"
12 ProxyPassReverse "/" "http://localhost:16169/"
14 ErrorLog ${APACHE_LOG_DIR}/error.log
15 CustomLog ${APACHE_LOG_DIR}/access.log combined
16 </VirtualHost>