Added variable collab_webroot for changing collab path in apache config
Also allow version number in moin_static symlink name.
This commit is contained in:
parent
f254f1a33d
commit
c0d8476315
3 changed files with 12 additions and 4 deletions
4
wiki/templates/collab-httpd.conf.erb
Normal file
4
wiki/templates/collab-httpd.conf.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
<Directory "<%= collab_webroot %>">
|
||||
Options +ExecCGI
|
||||
AllowOverride All
|
||||
</Directory>
|
Loading…
Add table
Add a link
Reference in a new issue