Add sp_auth_credentials setting for tpl.html
[mkws-moved-to-github.git] / examples / apache2 / example-dev
1 # This is for the example-dev.indexdata.com, running on dart
2
3 <VirtualHost *:80>
4     ServerName example-dev.indexdata.com
5     DocumentRoot /home/indexdata/mkws-dev/examples/htdocs/
6     ErrorLog /var/log/apache2/example-dev-error.log
7     CustomLog /var/log/apache2/example-dev.log combined
8
9     RewriteEngine on
10 </VirtualHost>
11