aboutsummaryrefslogtreecommitdiff
path: root/server-build/QEMU-autobuild/wootaler-qemu.conf
blob: 3bcc71bb8957a118d8cbf43df0a0dd304f2f3f5a (plain)
1
2
3
4
5
6
7
8
9
10
# apache2 .conf file for the WooTaler.img VM for the GNU Taler project
# Note that port forwarding from HOST port 9999 to GUEST port 80 is handled by QEMU.

<VirtualHost *:80>
    <Directory /var/www/wordpress/>
      AllowOverride All
    </Directory>
    DocumentRoot /var/www/wordpress/
    #ServerName wootaler
</VirtualHost>