puppet/wiki/templates/collab-httpd.conf.erb
Ossi Salmi c0d8476315 Added variable collab_webroot for changing collab path in apache config
Also allow version number in moin_static symlink name.
2012-12-13 19:28:54 +02:00

4 lines
88 B
Text

<Directory "<%= collab_webroot %>">
Options +ExecCGI
AllowOverride All
</Directory>